#BD4142

Color #BD4142 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #BD4142

Tints of Mahogany #BD4142

Color information

#BD4142 (or 0xBD4142) is unknown color: approx Mahogany. HEX triplet: BD, 41 and 42. RGB value is (189,65,66). Sum of RGB (Red+Green+Blue) = 189+65+66=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4142 is #42BEBD. Grayscale: #666666. Windows color (decimal): -4374206 or 4342205. OLE color: 4342205.

HSL color Cylindrical-coordinate representation of color #BD4142: hue angle of 359.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4142 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1896566-
CMYK00.660.650.26
HSL359.52º48.82%49.8%-
HSV(B)359.52º65.61%74.12%-
XYZ23.8614.996.79-
YUV102.19107.58189.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=59.06%
G=20.31%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189656600.660.650.26359.5248.8249.8
HexBD4142042411A1683132
Octal2751011020102101325506162
Binary101111011000001100001001000010100000111010101101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4142; }

 p { color: rgb(189,65,66); }

 H1.HeaderClassName
 {
   color: #BD4142;
 }
 .AnyTagClassName
 {
   color: #BD4142;
 }
</style>
background-color css

<style>
 a { background-color: #BD4142; }

 a { background-color: rgb(189,65,66); }

 div.DivClassName
 {
   background-color: #BD4142;
 }
 .BgClassName
 {
   background-color: #BD4142;
 }
</style>
border-color css

<style>
 span { border-color: #BD4142; }

 span { border-color: rgb(189,65,66); }

 td.TdClassName
 {
   border-color: #BD4142;
 }
 .TagClassName
 {
   border-color: #BD4142;
 }
</style>