Color Hex Logo

#be663a Color Hex

#BE663A
(190,102,58)
0 Favorites   0 Comments

Color spaces of #be663a

RGB 19010258
HSL0.060.530.49
HSV20°69°75°
CMYK 0.000.460.69   0.25
XYZ26.750320.75546.5993
Yxy20.75540.49440.3836
Hunter Lab45.558125.083023.3022
CIE-Lab52.680731.629839.8537

#be663a color RGB value is (190,102,58).

#be663a hex color red value is 190, green value is 102 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #be663a hue: 0.06 , saturation: 0.53 and the lightness value of be663a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 00111010
Octal 276 146 72
Decimal 190 102 58
Hex BE 66 3A

RGB Percentages of Color #be663a

%54.29
%29.14
%16.57

CMYK Percentages of Color #be663a

%0
%46
%69
%25

Triadic Colors of #be663a

#be663a #3abe66 #663abe

Analogous Colors of #be663a

#be663a #bea83a #be3a50

Monochromatic Colors of #be663a

#be663a

Complementary Color

#be663a #3a92be

#be663a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be663a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be663a Color CSS Codes

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

#be663a Text Font Color

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

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


#be663a Background Color

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

This div background color is #be663a


#be663a Border Color

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

This div border color is #be663a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be663a


Comments

No comments written yet.

Please login to write comment.