Color Hex Logo

#bd971d Color Hex

#BD971D
(189,151,29)
0 Favorites   0 Comments

Color spaces of #bd971d

RGB 18915129
HSL0.130.730.43
HSV46°85°74°
CMYK 0.000.200.85   0.26
XYZ32.274633.04075.8388
Yxy33.04070.45360.4644
Hunter Lab57.4810-0.367234.2142
CIE-Lab64.19393.164462.8456

#bd971d color RGB value is (189,151,29).

#bd971d hex color red value is 189, green value is 151 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bd971d hue: 0.13 , saturation: 0.73 and the lightness value of bd971d is 0.43.

The process color (four color CMYK) of #bd971d color hex is 0.00, 0.20, 0.85, 0.26. Web safe color of #bd971d is #cc9933. Color #bd971d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 00011101
Octal 275 227 35
Decimal 189 151 29
Hex BD 97 1D

RGB Percentages of Color #bd971d

%51.22
%40.92
%7.86

CMYK Percentages of Color #bd971d

%0
%20
%85
%26

Triadic Colors of #bd971d

#bd971d #1dbd97 #971dbd

Analogous Colors of #bd971d

#bd971d #93bd1d #bd471d

Monochromatic Colors of #bd971d

#bd971d

Complementary Color

#bd971d #1d43bd

#bd971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd971d Color CSS Codes

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

#bd971d Text Font Color

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

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


#bd971d Background Color

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

This div background color is #bd971d


#bd971d Border Color

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

This div border color is #bd971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd971d


Comments

No comments written yet.

Please login to write comment.