Color Hex Logo

#be615b Color Hex

#BE615B
(190,97,91)
0 Favorites   0 Comments

Color spaces of #be615b

RGB 1909791
HSL0.010.430.55
HSV52°75°
CMYK 0.000.490.52   0.25
XYZ27.398220.251912.3625
Yxy20.25190.45650.3375
Hunter Lab45.002129.920715.2140
CIE-Lab52.120836.667620.6044

#be615b color RGB value is (190,97,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 01011011
Octal 276 141 133
Decimal 190 97 91
Hex BE 61 5B

RGB Percentages of Color #be615b

%50.26
%25.66
%24.07

CMYK Percentages of Color #be615b

%0
%49
%52
%25

Triadic Colors of #be615b

#be615b #5bbe61 #615bbe

Analogous Colors of #be615b

#be615b #be935b #be5b87

Monochromatic Colors of #be615b

#be615b

Complementary Color

#be615b #5bb8be

#be615b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be615b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be615b Color CSS Codes

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

#be615b Text Font Color

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

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


#be615b Background Color

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

This div background color is #be615b


#be615b Border Color

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

This div border color is #be615b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,97,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 #be615b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be615b


Comments

No comments written yet.

Please login to write comment.