Color Hex Logo

#be650c Color Hex

#BE650C
(190,101,12)
0 Favorites   0 Comments

Color spaces of #be650c

RGB 19010112
HSL0.080.880.40
HSV30°94°75°
CMYK 0.000.470.94   0.25
XYZ25.955220.28112.8945
Yxy20.28110.52830.4128
Hunter Lab45.034524.066227.7134
CIE-Lab52.153630.623157.8162

#be650c color RGB value is (190,101,12).

#be650c hex color red value is 190, green value is 101 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #be650c hue: 0.08 , saturation: 0.88 and the lightness value of be650c is 0.40.

The process color (four color CMYK) of #be650c color hex is 0.00, 0.47, 0.94, 0.25. Web safe color of #be650c is #cc6600. Color #be650c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100101 00001100
Octal 276 145 14
Decimal 190 101 12
Hex BE 65 C

RGB Percentages of Color #be650c

%62.71
%33.33
%3.96

CMYK Percentages of Color #be650c

%0
%47
%94
%25

Triadic Colors of #be650c

#be650c #0cbe65 #650cbe

Analogous Colors of #be650c

#be650c #bebe0c #be0c0c

Monochromatic Colors of #be650c

#be650c

Complementary Color

#be650c #0c65be

#be650c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be650c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be650c Color CSS Codes

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

#be650c Text Font Color

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

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


#be650c Background Color

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

This div background color is #be650c


#be650c Border Color

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

This div border color is #be650c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be650c


Comments

No comments written yet.

Please login to write comment.