Color Hex Logo

#be692b Color Hex

#BE692B
(190,105,43)
0 Favorites   0 Comments

Color spaces of #be692b

RGB 19010543
HSL0.070.630.46
HSV25°77°75°
CMYK 0.000.450.77   0.25
XYZ26.722821.22474.9738
Yxy21.22470.50500.4011
Hunter Lab46.070322.914925.8482
CIE-Lab53.194529.302947.8064

#be692b color RGB value is (190,105,43).

#be692b hex color red value is 190, green value is 105 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #be692b hue: 0.07 , saturation: 0.63 and the lightness value of be692b is 0.46.

The process color (four color CMYK) of #be692b color hex is 0.00, 0.45, 0.77, 0.25. Web safe color of #be692b is #cc6633. Color #be692b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 00101011
Octal 276 151 53
Decimal 190 105 43
Hex BE 69 2B

RGB Percentages of Color #be692b

%56.21
%31.07
%12.72

CMYK Percentages of Color #be692b

%0
%45
%77
%25

Triadic Colors of #be692b

#be692b #2bbe69 #692bbe

Analogous Colors of #be692b

#be692b #beb32b #be2b37

Monochromatic Colors of #be692b

#be692b

Complementary Color

#be692b #2b80be

#be692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be692b Color CSS Codes

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

#be692b Text Font Color

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

This sample text font color is #be692b
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.


#be692b Background Color

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

This div background color is #be692b


#be692b Border Color

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

This div border color is #be692b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,105,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be692b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be692b;
  -webkit-box-shadow: 1px 1px 3px 2px #be692b;
  box-shadow:         1px 1px 3px 2px #be692b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,105,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be692b


Comments

No comments written yet.

Please login to write comment.