Color Hex Logo

#be645b Color Hex

#BE645B
(190,100,91)
0 Favorites   0 Comments

Color spaces of #be645b

RGB 19010091
HSL0.020.430.55
HSV52°75°
CMYK 0.000.470.52   0.25
XYZ27.680720.816812.4566
Yxy20.81680.45410.3415
Hunter Lab45.625428.450515.7505
CIE-Lab52.748435.093821.4413

#be645b color RGB value is (190,100,91).

#be645b hex color red value is 190, green value is 100 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #be645b hue: 0.02 , saturation: 0.43 and the lightness value of be645b is 0.55.

The process color (four color CMYK) of #be645b color hex is 0.00, 0.47, 0.52, 0.25. Web safe color of #be645b is #cc6666. Color #be645b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 01011011
Octal 276 144 133
Decimal 190 100 91
Hex BE 64 5B

RGB Percentages of Color #be645b

%49.87
%26.25
%23.88

CMYK Percentages of Color #be645b

%0
%47
%52
%25

Triadic Colors of #be645b

#be645b #5bbe64 #645bbe

Analogous Colors of #be645b

#be645b #be965b #be5b84

Monochromatic Colors of #be645b

#be645b

Complementary Color

#be645b #5bb5be

#be645b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be645b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be645b Color CSS Codes

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

#be645b Text Font Color

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

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


#be645b Background Color

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

This div background color is #be645b


#be645b Border Color

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

This div border color is #be645b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be645b


Comments

No comments written yet.

Please login to write comment.