#BC363B

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

Shades of Mahogany #BC363B

Tints of Mahogany #BC363B

Color information

#BC363B (or 0xBC363B) is unknown color: approx Mahogany. HEX triplet: BC, 36 and 3B. RGB value is (188,54,59). Sum of RGB (Red+Green+Blue) = 188+54+59=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363B is #43C9C4. Grayscale: #5E5E5E. Windows color (decimal): -4442565 or 3880636. OLE color: 3880636.

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

Color convert

RGB1885459-
CMYK00.710.690.26
HSL357.76º55.37%47.45%-
HSV(B)357.76º71.28%73.73%-
XYZ22.8513.655.57-
YUV94.64107.89194.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=62.46%
G=17.94%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188545900.710.690.26357.7655.3747.45
HexBC363B047451A166372f
Octal27466730107105325466757
Binary1011110011011011101101000111100010111010101100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC363B; }

 p { color: rgb(188,54,59); }

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

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

 a { background-color: rgb(188,54,59); }

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

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

 span { border-color: rgb(188,54,59); }

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