#BC802D

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

Shades of Mandalay #BC802D

Tints of Mandalay #BC802D

Color information

#BC802D (or 0xBC802D) is unknown color: approx Mandalay. HEX triplet: BC, 80 and 2D. RGB value is (188,128,45). Sum of RGB (Red+Green+Blue) = 188+128+45=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802D is #437FD2. Grayscale: #888888. Windows color (decimal): -4423635 or 2982076. OLE color: 2982076.

HSL color Cylindrical-coordinate representation of color #BC802D: hue angle of 34.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC802D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18812845-
CMYK00.320.760.26
HSL34.83º61.37%45.69%-
HSV(B)34.83º76.06%73.73%-
XYZ28.9326.326.04-
YUV136.4876.38164.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=52.08%
G=35.46%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881284500.320.760.2634.8361.3745.69
HexBC802D0204C1A233d2e
Octal2742005504011432437556
Binary10111100100000001011010100000100110011010100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC802D; }

 p { color: rgb(188,128,45); }

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

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

 a { background-color: rgb(188,128,45); }

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

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

 span { border-color: rgb(188,128,45); }

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