Color Hex Logo

#bf633e Color Hex

#BF633E
(191,99,62)
0 Favorites   0 Comments

Color spaces of #bf633e

RGB 1919962
HSL0.050.510.50
HSV17°68°75°
CMYK 0.000.480.68   0.25
XYZ26.817220.34787.0715
Yxy20.34780.49440.3752
Hunter Lab45.108527.179022.2813
CIE-Lab52.228233.853537.2426

#bf633e color RGB value is (191,99,62).

#bf633e hex color red value is 191, green value is 99 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bf633e hue: 0.05 , saturation: 0.51 and the lightness value of bf633e is 0.50.

The process color (four color CMYK) of #bf633e color hex is 0.00, 0.48, 0.68, 0.25. Web safe color of #bf633e is #cc6633. Color #bf633e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 00111110
Octal 277 143 76
Decimal 191 99 62
Hex BF 63 3E

RGB Percentages of Color #bf633e

%54.26
%28.13
%17.61

CMYK Percentages of Color #bf633e

%0
%48
%68
%25

Triadic Colors of #bf633e

#bf633e #3ebf63 #633ebf

Analogous Colors of #bf633e

#bf633e #bfa43e #bf3e5a

Monochromatic Colors of #bf633e

#bf633e

Complementary Color

#bf633e #3e9abf

#bf633e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf633e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf633e Color CSS Codes

.mybgcolor {background-color:#bf633e; } 
.myforecolor {color:#bf633e; }
.mybordercolor {border:3px solid #bf633e; }

#bf633e Text Font Color

<p style="color:#bf633e">Text here</p>

This sample text font color is #bf633e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf633e Background Color

<div style="background-color:#bf633e">
Div content here</div>

This div background color is #bf633e


#bf633e Border Color

<div style="border:3px solid #bf633e">
Div here</div>

This div border color is #bf633e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,99,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf633e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf633e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf633e;
  box-shadow:         1px 1px 3px 2px #bf633e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,99,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf633e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf633e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf633e;
  box-shadow:         1px 1px 3px 2px #bf633e;">
Div content here</div>

This div box has shadow with color #bf633e


Comments

No comments written yet.

Please login to write comment.