#BD4547

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

Shades of Mahogany #BD4547

Tints of Mahogany #BD4547

Color information

#BD4547 (or 0xBD4547) is unknown color: approx Mahogany. HEX triplet: BD, 45 and 47. RGB value is (189,69,71). Sum of RGB (Red+Green+Blue) = 189+69+71=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4547 is #42BAB8. Grayscale: #696969. Windows color (decimal): -4373177 or 4670909. OLE color: 4670909.

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

Color convert

RGB1896971-
CMYK00.630.620.26
HSL359º47.62%50.59%-
HSV(B)359º63.49%74.12%-
XYZ24.2515.537.68-
YUV105.11108.76187.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=57.45%
G=20.97%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189697100.630.620.2635947.6250.59
HexBD454703F3E1A1673033
Octal27510510707776325476063
Binary1011110110001011000111011111111111011010101100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4547; }

 p { color: rgb(189,69,71); }

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

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

 a { background-color: rgb(189,69,71); }

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

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

 span { border-color: rgb(189,69,71); }

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