Color Hex Logo

#be631c Color Hex

#BE631C
(190,99,28)
0 Favorites   0 Comments

Color spaces of #be631c

RGB 1909928
HSL0.070.740.43
HSV26°85°75°
CMYK 0.000.480.85   0.25
XYZ25.906619.95473.5848
Yxy19.95470.52390.4036
Hunter Lab44.670725.346726.5115
CIE-Lab51.786032.005052.7713

#be631c color RGB value is (190,99,28).

#be631c hex color red value is 190, green value is 99 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #be631c hue: 0.07 , saturation: 0.74 and the lightness value of be631c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 00011100
Octal 276 143 34
Decimal 190 99 28
Hex BE 63 1C

RGB Percentages of Color #be631c

%59.94
%31.23
%8.83

CMYK Percentages of Color #be631c

%0
%48
%85
%25

Triadic Colors of #be631c

#be631c #1cbe63 #631cbe

Analogous Colors of #be631c

#be631c #beb41c #be1c26

Monochromatic Colors of #be631c

#be631c

Complementary Color

#be631c #1c77be

#be631c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be631c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be631c Color CSS Codes

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

#be631c Text Font Color

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

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


#be631c Background Color

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

This div background color is #be631c


#be631c Border Color

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

This div border color is #be631c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be631c


Comments

No comments written yet.

Please login to write comment.