#BD4143

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

Shades of Mahogany #BD4143

Tints of Mahogany #BD4143

Color information

#BD4143 (or 0xBD4143) is unknown color: approx Mahogany. HEX triplet: BD, 41 and 43. RGB value is (189,65,67). Sum of RGB (Red+Green+Blue) = 189+65+67=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4143 is #42BEBC. Grayscale: #666666. Windows color (decimal): -4374205 or 4407741. OLE color: 4407741.

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

Color convert

RGB1896567-
CMYK00.660.650.26
HSL359.03º48.82%49.8%-
HSV(B)359.03º65.61%74.12%-
XYZ23.89156.95-
YUV102.3108.08189.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=58.88%
G=20.25%
B=20.87%

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
Decimal189656700.660.650.26359.0348.8249.8
HexBD4143042411A1673132
Octal2751011030102101325476162
Binary101111011000001100001101000010100000111010101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4143; }

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

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

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

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

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

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

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

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