#BD343A

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

Shades of Mahogany #BD343A

Tints of Mahogany #BD343A

Color information

#BD343A (or 0xBD343A) is unknown color: approx Mahogany. HEX triplet: BD, 34 and 3A. RGB value is (189,52,58). Sum of RGB (Red+Green+Blue) = 189+52+58=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD343A is #42CBC5. Grayscale: #5D5D5D. Windows color (decimal): -4377542 or 3814589. OLE color: 3814589.

HSL color Cylindrical-coordinate representation of color #BD343A: hue angle of 357.37º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD343A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1895258-
CMYK00.720.690.26
HSL357.37º56.85%47.25%-
HSV(B)357.37º72.49%74.12%-
XYZ22.9813.585.41-
YUV93.65107.89196.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=63.21%
G=17.39%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189525800.720.690.26357.3756.8547.25
HexBD343A048451A165392f
Octal27564720110105325457157
Binary1011110111010011101001001000100010111010101100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD343A; }

 p { color: rgb(189,52,58); }

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

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

 a { background-color: rgb(189,52,58); }

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

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

 span { border-color: rgb(189,52,58); }

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