#BD4043

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

Shades of Mahogany #BD4043

Tints of Mahogany #BD4043

Color information

#BD4043 (or 0xBD4043) is unknown color: approx Mahogany. HEX triplet: BD, 40 and 43. RGB value is (189,64,67). Sum of RGB (Red+Green+Blue) = 189+64+67=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4043 is #42BFBC. Grayscale: #656565. Windows color (decimal): -4374461 or 4407485. OLE color: 4407485.

HSL color Cylindrical-coordinate representation of color #BD4043: hue angle of 358.56º 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 #BD4043 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1896467-
CMYK00.660.650.26
HSL358.56º49.41%49.61%-
HSV(B)358.56º66.14%74.12%-
XYZ23.8314.896.93-
YUV101.72108.41190.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=59.06%
G=20%
B=20.94%

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
Decimal189646700.660.650.26358.5649.4149.61
HexBD4043042411A1673132
Octal2751001030102101325476162
Binary101111011000000100001101000010100000111010101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4043; }

 p { color: rgb(189,64,67); }

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

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

 a { background-color: rgb(189,64,67); }

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

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

 span { border-color: rgb(189,64,67); }

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