Color Hex Logo

#bd742a Color Hex

#BD742A
(189,116,42)
0 Favorites   0 Comments

Color spaces of #bd742a

RGB 18911642
HSL0.080.640.45
HSV30°78°74°
CMYK 0.000.390.78   0.26
XYZ27.649623.47685.2647
Yxy23.47680.49030.4163
Hunter Lab48.452917.068427.4748
CIE-Lab55.560122.850350.5175

#bd742a color RGB value is (189,116,42).

#bd742a hex color red value is 189, green value is 116 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd742a hue: 0.08 , saturation: 0.64 and the lightness value of bd742a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 00101010
Octal 275 164 52
Decimal 189 116 42
Hex BD 74 2A

RGB Percentages of Color #bd742a

%54.47
%33.43
%12.10

CMYK Percentages of Color #bd742a

%0
%39
%78
%26

Triadic Colors of #bd742a

#bd742a #2abd74 #742abd

Analogous Colors of #bd742a

#bd742a #bdbd2a #bd2b2a

Monochromatic Colors of #bd742a

#bd742a

Complementary Color

#bd742a #2a73bd

#bd742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd742a Color CSS Codes

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

#bd742a Text Font Color

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

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


#bd742a Background Color

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

This div background color is #bd742a


#bd742a Border Color

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

This div border color is #bd742a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd742a


Comments

No comments written yet.

Please login to write comment.