Color Hex Logo

#bd741a Color Hex

#BD741A
(189,116,26)
0 Favorites   0 Comments

Color spaces of #bd741a

RGB 18911626
HSL0.090.760.42
HSV33°86°74°
CMYK 0.000.390.86   0.26
XYZ27.418123.38424.0458
Yxy23.38420.49990.4263
Hunter Lab48.357216.582828.8896
CIE-Lab55.465922.329256.4783

#bd741a color RGB value is (189,116,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 00011010
Octal 275 164 32
Decimal 189 116 26
Hex BD 74 1A

RGB Percentages of Color #bd741a

%57.10
%35.05
%7.85

CMYK Percentages of Color #bd741a

%0
%39
%86
%26

Triadic Colors of #bd741a

#bd741a #1abd74 #741abd

Analogous Colors of #bd741a

#bd741a #b5bd1a #bd231a

Monochromatic Colors of #bd741a

#bd741a

Complementary Color

#bd741a #1a63bd

#bd741a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd741a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd741a Color CSS Codes

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

#bd741a Text Font Color

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

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


#bd741a Background Color

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

This div background color is #bd741a


#bd741a Border Color

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

This div border color is #bd741a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd741a


Comments

No comments written yet.

Please login to write comment.