Color Hex Logo

#bd7167 Color Hex

#BD7167
(189,113,103)
0 Favorites   0 Comments

Color spaces of #bd7167

RGB 189113103
HSL0.020.390.57
HSV46°74°
CMYK 0.000.400.46   0.26
XYZ29.339623.608315.8425
Yxy23.60830.42650.3432
Hunter Lab48.588422.755814.6800
CIE-Lab55.693528.892318.4170

#bd7167 color RGB value is (189,113,103).

#bd7167 hex color red value is 189, green value is 113 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bd7167 hue: 0.02 , saturation: 0.39 and the lightness value of bd7167 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01100111
Octal 275 161 147
Decimal 189 113 103
Hex BD 71 67

RGB Percentages of Color #bd7167

%46.67
%27.90
%25.43

CMYK Percentages of Color #bd7167

%0
%40
%46
%26

Triadic Colors of #bd7167

#bd7167 #67bd71 #7167bd

Analogous Colors of #bd7167

#bd7167 #bd9c67 #bd6788

Monochromatic Colors of #bd7167

#bd7167

Complementary Color

#bd7167 #67b3bd

#bd7167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7167 Color CSS Codes

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

#bd7167 Text Font Color

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

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


#bd7167 Background Color

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

This div background color is #bd7167


#bd7167 Border Color

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

This div border color is #bd7167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7167


Comments

No comments written yet.

Please login to write comment.