Color Hex Logo

#bd967a Color Hex

#BD967A
(189,150,122)
0 Favorites   0 Comments

Color spaces of #bd967a

RGB 189150122
HSL0.070.340.61
HSV25°35°74°
CMYK 0.000.210.35   0.26
XYZ35.405534.036723.1160
Yxy34.03670.38250.3677
Hunter Lab58.34106.229917.3467
CIE-Lab64.991710.658920.3297

#bd967a color RGB value is (189,150,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01111010
Octal 275 226 172
Decimal 189 150 122
Hex BD 96 7A

RGB Percentages of Color #bd967a

%41.00
%32.54
%26.46

CMYK Percentages of Color #bd967a

%0
%21
%35
%26

Triadic Colors of #bd967a

#bd967a #7abd96 #967abd

Analogous Colors of #bd967a

#bd967a #bdb87a #bd7a80

Monochromatic Colors of #bd967a

#bd967a

Complementary Color

#bd967a #7aa1bd

#bd967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd967a Color CSS Codes

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

#bd967a Text Font Color

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

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


#bd967a Background Color

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

This div background color is #bd967a


#bd967a Border Color

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

This div border color is #bd967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd967a


Comments

No comments written yet.

Please login to write comment.