Color Hex Logo

#bd721b Color Hex

#BD721B
(189,114,27)
0 Favorites   0 Comments

Color spaces of #bd721b

RGB 18911427
HSL0.090.750.42
HSV32°86°74°
CMYK 0.000.400.86   0.26
XYZ27.201422.93264.0297
Yxy22.93260.50220.4234
Hunter Lab47.888017.587828.5324
CIE-Lab55.002823.452455.7686

#bd721b color RGB value is (189,114,27).

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

The process color (four color CMYK) of #bd721b color hex is 0.00, 0.40, 0.86, 0.26. Web safe color of #bd721b is #cc6633. Color #bd721b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110010 00011011
Octal 275 162 33
Decimal 189 114 27
Hex BD 72 1B

RGB Percentages of Color #bd721b

%57.27
%34.55
%8.18

CMYK Percentages of Color #bd721b

%0
%40
%86
%26

Triadic Colors of #bd721b

#bd721b #1bbd72 #721bbd

Analogous Colors of #bd721b

#bd721b #b7bd1b #bd211b

Monochromatic Colors of #bd721b

#bd721b

Complementary Color

#bd721b #1b66bd

#bd721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd721b Color CSS Codes

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

#bd721b Text Font Color

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

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


#bd721b Background Color

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

This div background color is #bd721b


#bd721b Border Color

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

This div border color is #bd721b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd721b


Comments

No comments written yet.

Please login to write comment.