#BD4344

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

Shades of Mahogany #BD4344

Tints of Mahogany #BD4344

Color information

#BD4344 (or 0xBD4344) is unknown color: approx Mahogany. HEX triplet: BD, 43 and 44. RGB value is (189,67,68). Sum of RGB (Red+Green+Blue) = 189+67+68=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4344 is #42BCBB. Grayscale: #676767. Windows color (decimal): -4373692 or 4473789. OLE color: 4473789.

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

Color convert

RGB1896768-
CMYK00.650.640.26
HSL359.51º48.03%50.2%-
HSV(B)359.51º64.55%74.12%-
XYZ24.0415.257.15-
YUV103.59107.92188.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=58.33%
G=20.68%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189676800.650.640.26359.5148.0350.2
HexBD4344041401A1683032
Octal2751031040101100325506062
Binary101111011000011100010001000001100000011010101101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4344; }

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

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

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

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

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

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

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

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