Color Hex Logo

#bd965d Color Hex

#BD965D
(189,150,93)
0 Favorites   0 Comments

Color spaces of #bd965d

RGB 18915093
HSL0.100.420.55
HSV36°51°74°
CMYK 0.000.210.51   0.26
XYZ33.868433.421815.0219
Yxy33.42180.41150.4060
Hunter Lab57.81163.402325.0621
CIE-Lab64.50107.490535.4509

#bd965d color RGB value is (189,150,93).

#bd965d hex color red value is 189, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd965d hue: 0.10 , saturation: 0.42 and the lightness value of bd965d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 01011101
Octal 275 226 135
Decimal 189 150 93
Hex BD 96 5D

RGB Percentages of Color #bd965d

%43.75
%34.72
%21.53

CMYK Percentages of Color #bd965d

%0
%21
%51
%26

Triadic Colors of #bd965d

#bd965d #5dbd96 #965dbd

Analogous Colors of #bd965d

#bd965d #b4bd5d #bd665d

Monochromatic Colors of #bd965d

#bd965d

Complementary Color

#bd965d #5d84bd

#bd965d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd965d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd965d Color CSS Codes

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

#bd965d Text Font Color

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

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


#bd965d Background Color

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

This div background color is #bd965d


#bd965d Border Color

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

This div border color is #bd965d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd965d


Comments

No comments written yet.

Please login to write comment.