Color Hex Logo

#bd6372 Color Hex

#BD6372
(189,99,114)
0 Favorites   0 Comments

Color spaces of #bd6372

RGB 18999114
HSL0.970.410.56
HSV350°48°74°
CMYK 0.000.480.40   0.26
XYZ28.485420.957418.4634
Yxy20.95740.41950.3086
Hunter Lab45.779330.95508.1330
CIE-Lab52.902837.60918.0981

#bd6372 color RGB value is (189,99,114).

#bd6372 hex color red value is 189, green value is 99 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bd6372 hue: 0.97 , saturation: 0.41 and the lightness value of bd6372 is 0.56.

The process color (four color CMYK) of #bd6372 color hex is 0.00, 0.48, 0.40, 0.26. Web safe color of #bd6372 is #cc6666. Color #bd6372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 01110010
Octal 275 143 162
Decimal 189 99 114
Hex BD 63 72

RGB Percentages of Color #bd6372

%47.01
%24.63
%28.36

CMYK Percentages of Color #bd6372

%0
%48
%40
%26

Triadic Colors of #bd6372

#bd6372 #72bd63 #6372bd

Analogous Colors of #bd6372

#bd6372 #bd8163 #bd639f

Monochromatic Colors of #bd6372

#bd6372

Complementary Color

#bd6372 #63bdae

#bd6372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6372 Color CSS Codes

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

#bd6372 Text Font Color

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

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


#bd6372 Background Color

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

This div background color is #bd6372


#bd6372 Border Color

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

This div border color is #bd6372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,99,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6372


Comments

No comments written yet.

Please login to write comment.