Color Hex Logo

#bd967d Color Hex

#BD967D
(189,150,125)
0 Favorites   0 Comments

Color spaces of #bd967d

RGB 189150125
HSL0.070.330.62
HSV23°34°74°
CMYK 0.000.210.34   0.26
XYZ35.594334.112224.1103
Yxy34.11220.37940.3636
Hunter Lab58.40576.573816.4086
CIE-Lab65.051511.039318.7462

#bd967d color RGB value is (189,150,125).

#bd967d hex color red value is 189, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd967d hue: 0.07 , saturation: 0.33 and the lightness value of bd967d is 0.62.

The process color (four color CMYK) of #bd967d color hex is 0.00, 0.21, 0.34, 0.26. Web safe color of #bd967d is #cc9966. Color #bd967d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01111101
Octal 275 226 175
Decimal 189 150 125
Hex BD 96 7D

RGB Percentages of Color #bd967d

%40.73
%32.33
%26.94

CMYK Percentages of Color #bd967d

%0
%21
%34
%26

Triadic Colors of #bd967d

#bd967d #7dbd96 #967dbd

Analogous Colors of #bd967d

#bd967d #bdb67d #bd7d84

Monochromatic Colors of #bd967d

#bd967d

Complementary Color

#bd967d #7da4bd

#bd967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd967d Color CSS Codes

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

#bd967d Text Font Color

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

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


#bd967d Background Color

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

This div background color is #bd967d


#bd967d Border Color

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

This div border color is #bd967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd967d


Comments

No comments written yet.

Please login to write comment.