Color Hex Logo

#bd921d Color Hex

#BD921D
(189,146,29)
0 Favorites   0 Comments

Color spaces of #bd921d

RGB 18914629
HSL0.120.730.43
HSV44°85°74°
CMYK 0.000.230.85   0.26
XYZ31.486931.46535.5763
Yxy31.46530.45950.4592
Hunter Lab56.09392.032033.3717
CIE-Lab62.89855.886761.7598

#bd921d color RGB value is (189,146,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010010 00011101
Octal 275 222 35
Decimal 189 146 29
Hex BD 92 1D

RGB Percentages of Color #bd921d

%51.92
%40.11
%7.97

CMYK Percentages of Color #bd921d

%0
%23
%85
%26

Triadic Colors of #bd921d

#bd921d #1dbd92 #921dbd

Analogous Colors of #bd921d

#bd921d #98bd1d #bd421d

Monochromatic Colors of #bd921d

#bd921d

Complementary Color

#bd921d #1d48bd

#bd921d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd921d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd921d Color CSS Codes

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

#bd921d Text Font Color

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

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


#bd921d Background Color

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

This div background color is #bd921d


#bd921d Border Color

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

This div border color is #bd921d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,146,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 #bd921d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd921d


Comments

No comments written yet.

Please login to write comment.