#BD3D40

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

Shades of Mahogany #BD3D40

Tints of Mahogany #BD3D40

Color information

#BD3D40 (or 0xBD3D40) is unknown color: approx Mahogany. HEX triplet: BD, 3D and 40. RGB value is (189,61,64). Sum of RGB (Red+Green+Blue) = 189+61+64=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D40 is #42C2BF. Grayscale: #636363. Windows color (decimal): -4375232 or 4210109. OLE color: 4210109.

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

Color convert

RGB1896164-
CMYK00.680.660.26
HSL358.59º51.2%49.02%-
HSV(B)358.59º67.72%74.12%-
XYZ23.5814.536.41-
YUV99.61107.91191.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.19%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=60.19%
G=19.43%
B=20.38%

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
Decimal189616400.680.660.26358.5951.249.02
HexBD3D40044421A1673331
Octal275751000104102325476361
Binary10111101111101100000001000100100001011010101100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D40; }

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

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

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

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

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

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

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

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