Color Hex Logo

#be633c Color Hex

#BE633C
(190,99,60)
0 Favorites   0 Comments

Color spaces of #be633c

RGB 1909960
HSL0.050.520.49
HSV18°68°75°
CMYK 0.000.480.68   0.25
XYZ26.512720.19716.7760
Yxy20.19710.49570.3776
Hunter Lab44.941226.657622.5194
CIE-Lab52.059333.335338.0873

#be633c color RGB value is (190,99,60).

#be633c hex color red value is 190, green value is 99 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #be633c hue: 0.05 , saturation: 0.52 and the lightness value of be633c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 00111100
Octal 276 143 74
Decimal 190 99 60
Hex BE 63 3C

RGB Percentages of Color #be633c

%54.44
%28.37
%17.19

CMYK Percentages of Color #be633c

%0
%48
%68
%25

Triadic Colors of #be633c

#be633c #3cbe63 #633cbe

Analogous Colors of #be633c

#be633c #bea43c #be3c56

Monochromatic Colors of #be633c

#be633c

Complementary Color

#be633c #3c97be

#be633c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be633c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be633c Color CSS Codes

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

#be633c Text Font Color

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

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


#be633c Background Color

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

This div background color is #be633c


#be633c Border Color

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

This div border color is #be633c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be633c


Comments

No comments written yet.

Please login to write comment.