Color Hex Logo

#bd931b Color Hex

#BD931B
(189,147,27)
0 Favorites   0 Comments

Color spaces of #bd931b

RGB 18914727
HSL0.120.750.42
HSV44°86°74°
CMYK 0.000.220.86   0.26
XYZ31.617831.76545.5018
Yxy31.76540.45900.4611
Hunter Lab56.36081.505233.6648
CIE-Lab63.14855.287762.5232

#bd931b color RGB value is (189,147,27).

#bd931b hex color red value is 189, green value is 147 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bd931b hue: 0.12 , saturation: 0.75 and the lightness value of bd931b is 0.42.

The process color (four color CMYK) of #bd931b color hex is 0.00, 0.22, 0.86, 0.26. Web safe color of #bd931b is #cc9933. Color #bd931b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 00011011
Octal 275 223 33
Decimal 189 147 27
Hex BD 93 1B

RGB Percentages of Color #bd931b

%52.07
%40.50
%7.44

CMYK Percentages of Color #bd931b

%0
%22
%86
%26

Triadic Colors of #bd931b

#bd931b #1bbd93 #931bbd

Analogous Colors of #bd931b

#bd931b #96bd1b #bd421b

Monochromatic Colors of #bd931b

#bd931b

Complementary Color

#bd931b #1b45bd

#bd931b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd931b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd931b Color CSS Codes

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

#bd931b Text Font Color

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

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


#bd931b Background Color

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

This div background color is #bd931b


#bd931b Border Color

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

This div border color is #bd931b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd931b


Comments

No comments written yet.

Please login to write comment.