Color Hex Logo

#bd907b Color Hex

#BD907B
(189,144,123)
0 Favorites   0 Comments

Color spaces of #bd907b

RGB 189144123
HSL0.050.330.61
HSV19°35°74°
CMYK 0.000.240.35   0.26
XYZ34.534732.195423.1330
Yxy32.19540.38430.3583
Hunter Lab56.74109.345115.5465
CIE-Lab63.504114.097217.7356

#bd907b color RGB value is (189,144,123).

#bd907b hex color red value is 189, green value is 144 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd907b hue: 0.05 , saturation: 0.33 and the lightness value of bd907b is 0.61.

The process color (four color CMYK) of #bd907b color hex is 0.00, 0.24, 0.35, 0.26. Web safe color of #bd907b is #cc9966. Color #bd907b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 01111011
Octal 275 220 173
Decimal 189 144 123
Hex BD 90 7B

RGB Percentages of Color #bd907b

%41.45
%31.58
%26.97

CMYK Percentages of Color #bd907b

%0
%24
%35
%26

Triadic Colors of #bd907b

#bd907b #7bbd90 #907bbd

Analogous Colors of #bd907b

#bd907b #bdb17b #bd7b87

Monochromatic Colors of #bd907b

#bd907b

Complementary Color

#bd907b #7ba8bd

#bd907b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd907b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd907b Color CSS Codes

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

#bd907b Text Font Color

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

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


#bd907b Background Color

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

This div background color is #bd907b


#bd907b Border Color

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

This div border color is #bd907b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd907b


Comments

No comments written yet.

Please login to write comment.