Color Hex Logo

#be552f Color Hex

#BE552F
(190,85,47)
0 Favorites   0 Comments

Color spaces of #be552f

RGB 1908547
HSL0.040.600.46
HSV16°75°75°
CMYK 0.000.550.75   0.25
XYZ24.996817.64944.7785
Yxy17.64940.52710.3722
Hunter Lab42.011232.688522.6640
CIE-Lab49.068139.879741.6401

#be552f color RGB value is (190,85,47).

#be552f hex color red value is 190, green value is 85 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #be552f hue: 0.04 , saturation: 0.60 and the lightness value of be552f is 0.46.

The process color (four color CMYK) of #be552f color hex is 0.00, 0.55, 0.75, 0.25. Web safe color of #be552f is #cc6633. Color #be552f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 00101111
Octal 276 125 57
Decimal 190 85 47
Hex BE 55 2F

RGB Percentages of Color #be552f

%59.01
%26.40
%14.60

CMYK Percentages of Color #be552f

%0
%55
%75
%25

Triadic Colors of #be552f

#be552f #2fbe55 #552fbe

Analogous Colors of #be552f

#be552f #be9d2f #be2f50

Monochromatic Colors of #be552f

#be552f

Complementary Color

#be552f #2f98be

#be552f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be552f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be552f Color CSS Codes

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

#be552f Text Font Color

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

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


#be552f Background Color

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

This div background color is #be552f


#be552f Border Color

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

This div border color is #be552f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be552f


Comments

No comments written yet.

Please login to write comment.