#BD3C40

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

Shades of Mahogany #BD3C40

Tints of Mahogany #BD3C40

Color information

#BD3C40 (or 0xBD3C40) is unknown color: approx Mahogany. HEX triplet: BD, 3C and 40. RGB value is (189,60,64). Sum of RGB (Red+Green+Blue) = 189+60+64=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C40 is #42C3BF. Grayscale: #636363. Windows color (decimal): -4375488 or 4209853. OLE color: 4209853.

HSL color Cylindrical-coordinate representation of color #BD3C40: hue angle of 358.14º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C40 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1896064-
CMYK00.680.660.26
HSL358.14º51.81%48.82%-
HSV(B)358.14º68.25%74.12%-
XYZ23.5314.426.39-
YUV99.03108.24192.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=60.38%
G=19.17%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189606400.680.660.26358.1451.8148.82
HexBD3C40044421A1663431
Octal275741000104102325466461
Binary10111101111100100000001000100100001011010101100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3C40; }

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

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

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

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

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

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

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

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