Color Hex Logo

#bd9b48 Color Hex

#BD9B48
(189,155,72)
1 Favorites   0 Comments

Color spaces of #bd9b48

RGB 18915572
HSL0.120.470.51
HSV43°62°74°
CMYK 0.000.180.62   0.26
XYZ33.877334.729411.0488
Yxy34.72940.42530.4360
Hunter Lab58.9317-0.518330.1362
CIE-Lab65.53743.054147.2961

#bd9b48 color RGB value is (189,155,72).

#bd9b48 hex color red value is 189, green value is 155 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bd9b48 hue: 0.12 , saturation: 0.47 and the lightness value of bd9b48 is 0.51.

The process color (four color CMYK) of #bd9b48 color hex is 0.00, 0.18, 0.62, 0.26. Web safe color of #bd9b48 is #cc9933. Color #bd9b48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 01001000
Octal 275 233 110
Decimal 189 155 72
Hex BD 9B 48

RGB Percentages of Color #bd9b48

%45.43
%37.26
%17.31

CMYK Percentages of Color #bd9b48

%0
%18
%62
%26

Triadic Colors of #bd9b48

#bd9b48 #48bd9b #9b48bd

Analogous Colors of #bd9b48

#bd9b48 #a5bd48 #bd6048

Monochromatic Colors of #bd9b48

#bd9b48

Complementary Color

#bd9b48 #486abd

#bd9b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9b48 Color CSS Codes

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

#bd9b48 Text Font Color

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

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


#bd9b48 Background Color

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

This div background color is #bd9b48


#bd9b48 Border Color

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

This div border color is #bd9b48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9b48


Comments

No comments written yet.

Please login to write comment.