Color Hex Logo

#bd7158 Color Hex

#BD7158
(189,113,88)
0 Favorites   0 Comments

Color spaces of #bd7158

RGB 18911388
HSL0.040.430.54
HSV15°53°74°
CMYK 0.000.400.53   0.26
XYZ28.652823.333712.2262
Yxy23.33370.44620.3634
Hunter Lab48.305021.346218.8069
CIE-Lab55.414427.437626.6402

#bd7158 color RGB value is (189,113,88).

#bd7158 hex color red value is 189, green value is 113 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bd7158 hue: 0.04 , saturation: 0.43 and the lightness value of bd7158 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 01011000
Octal 275 161 130
Decimal 189 113 88
Hex BD 71 58

RGB Percentages of Color #bd7158

%48.46
%28.97
%22.56

CMYK Percentages of Color #bd7158

%0
%40
%53
%26

Triadic Colors of #bd7158

#bd7158 #58bd71 #7158bd

Analogous Colors of #bd7158

#bd7158 #bda458 #bd5872

Monochromatic Colors of #bd7158

#bd7158

Complementary Color

#bd7158 #58a4bd

#bd7158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7158 Color CSS Codes

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

#bd7158 Text Font Color

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

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


#bd7158 Background Color

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

This div background color is #bd7158


#bd7158 Border Color

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

This div border color is #bd7158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7158


Comments

No comments written yet.

Please login to write comment.