Color Hex Logo

#bd781a Color Hex

#BD781A
(189,120,26)
0 Favorites   0 Comments

Color spaces of #bd781a

RGB 18912026
HSL0.100.760.42
HSV35°86°74°
CMYK 0.000.370.86   0.26
XYZ27.889224.32634.2028
Yxy24.32630.49430.4312
Hunter Lab49.321714.620729.4730
CIE-Lab56.413020.128157.2589

#bd781a color RGB value is (189,120,26).

#bd781a hex color red value is 189, green value is 120 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd781a hue: 0.10 , saturation: 0.76 and the lightness value of bd781a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 00011010
Octal 275 170 32
Decimal 189 120 26
Hex BD 78 1A

RGB Percentages of Color #bd781a

%56.42
%35.82
%7.76

CMYK Percentages of Color #bd781a

%0
%37
%86
%26

Triadic Colors of #bd781a

#bd781a #1abd78 #781abd

Analogous Colors of #bd781a

#bd781a #b1bd1a #bd261a

Monochromatic Colors of #bd781a

#bd781a

Complementary Color

#bd781a #1a5fbd

#bd781a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd781a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd781a Color CSS Codes

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

#bd781a Text Font Color

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

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


#bd781a Background Color

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

This div background color is #bd781a


#bd781a Border Color

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

This div border color is #bd781a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd781a


Comments

No comments written yet.

Please login to write comment.