Color Hex Logo

#be672a Color Hex

#BE672A
(190,103,42)
0 Favorites   0 Comments

Color spaces of #be672a

RGB 19010342
HSL0.070.640.45
HSV25°78°75°
CMYK 0.000.460.78   0.25
XYZ26.503420.81484.8113
Yxy20.81480.50840.3993
Hunter Lab45.623223.853325.6837
CIE-Lab52.746230.336547.8207

#be672a color RGB value is (190,103,42).

#be672a hex color red value is 190, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #be672a hue: 0.07 , saturation: 0.64 and the lightness value of be672a is 0.45.

The process color (four color CMYK) of #be672a color hex is 0.00, 0.46, 0.78, 0.25. Web safe color of #be672a is #cc6633. Color #be672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100111 00101010
Octal 276 147 52
Decimal 190 103 42
Hex BE 67 2A

RGB Percentages of Color #be672a

%56.72
%30.75
%12.54

CMYK Percentages of Color #be672a

%0
%46
%78
%25

Triadic Colors of #be672a

#be672a #2abe67 #672abe

Analogous Colors of #be672a

#be672a #beb12a #be2a37

Monochromatic Colors of #be672a

#be672a

Complementary Color

#be672a #2a81be

#be672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be672a Color CSS Codes

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

#be672a Text Font Color

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

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


#be672a Background Color

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

This div background color is #be672a


#be672a Border Color

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

This div border color is #be672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be672a


Comments

No comments written yet.

Please login to write comment.