Color Hex Logo

#bd4729 Color Hex

#BD4729
(189,71,41)
0 Favorites   0 Comments

Color spaces of #bd4729

RGB 1897141
HSL0.030.640.45
HSV12°78°74°
CMYK 0.000.620.78   0.26
XYZ23.639715.48543.8408
Yxy15.48540.55020.3604
Hunter Lab39.351538.365521.7592
CIE-Lab46.292045.940141.8080

#bd4729 color RGB value is (189,71,41).

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

The process color (four color CMYK) of #bd4729 color hex is 0.00, 0.62, 0.78, 0.26. Web safe color of #bd4729 is #cc3333. Color #bd4729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 00101001
Octal 275 107 51
Decimal 189 71 41
Hex BD 47 29

RGB Percentages of Color #bd4729

%62.79
%23.59
%13.62

CMYK Percentages of Color #bd4729

%0
%62
%78
%26

Triadic Colors of #bd4729

#bd4729 #29bd47 #4729bd

Analogous Colors of #bd4729

#bd4729 #bd9129 #bd2955

Monochromatic Colors of #bd4729

#bd4729

Complementary Color

#bd4729 #299fbd

#bd4729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4729 Color CSS Codes

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

#bd4729 Text Font Color

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

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


#bd4729 Background Color

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

This div background color is #bd4729


#bd4729 Border Color

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

This div border color is #bd4729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4729


Comments

No comments written yet.

Please login to write comment.