Color Hex Logo

#bd615b Color Hex

#BD615B
(189,97,91)
0 Favorites   0 Comments

Color spaces of #bd615b

RGB 1899791
HSL0.010.430.55
HSV52°74°
CMYK 0.000.490.52   0.26
XYZ27.149320.123512.3508
Yxy20.12350.45530.3375
Hunter Lab44.859229.526515.0775
CIE-Lab51.976636.286220.3862

#bd615b color RGB value is (189,97,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 01011011
Octal 275 141 133
Decimal 189 97 91
Hex BD 61 5B

RGB Percentages of Color #bd615b

%50.13
%25.73
%24.14

CMYK Percentages of Color #bd615b

%0
%49
%52
%26

Triadic Colors of #bd615b

#bd615b #5bbd61 #615bbd

Analogous Colors of #bd615b

#bd615b #bd925b #bd5b86

Monochromatic Colors of #bd615b

#bd615b

Complementary Color

#bd615b #5bb7bd

#bd615b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd615b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd615b Color CSS Codes

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

#bd615b Text Font Color

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

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


#bd615b Background Color

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

This div background color is #bd615b


#bd615b Border Color

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

This div border color is #bd615b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd615b


Comments

No comments written yet.

Please login to write comment.