#BD363C

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

Shades of Mahogany #BD363C

Tints of Mahogany #BD363C

Color information

#BD363C (or 0xBD363C) is unknown color: approx Mahogany. HEX triplet: BD, 36 and 3C. RGB value is (189,54,60). Sum of RGB (Red+Green+Blue) = 189+54+60=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD363C is #42C9C3. Grayscale: #5F5F5F. Windows color (decimal): -4377028 or 3946173. OLE color: 3946173.

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

Color convert

RGB1895460-
CMYK00.710.680.26
HSL357.33º55.56%47.65%-
HSV(B)357.33º71.43%74.12%-
XYZ23.1213.785.72-
YUV95.05108.23195.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=62.38%
G=17.82%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189546000.710.680.26357.3355.5647.65
HexBD363C047441A1653830
Octal27566740107104325457060
Binary1011110111011011110001000111100010011010101100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD363C; }

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

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

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

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

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

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

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

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