#BC802F

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

Shades of Mandalay #BC802F

Tints of Mandalay #BC802F

Color information

#BC802F (or 0xBC802F) is unknown color: approx Mandalay. HEX triplet: BC, 80 and 2F. RGB value is (188,128,47). Sum of RGB (Red+Green+Blue) = 188+128+47=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802F is #437FD0. Grayscale: #898989. Windows color (decimal): -4423633 or 3113148. OLE color: 3113148.

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

Color convert

RGB18812847-
CMYK00.320.750.26
HSL34.47º60%46.08%-
HSV(B)34.47º75%73.73%-
XYZ28.9726.336.25-
YUV136.7177.38164.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=51.79%
G=35.26%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881284700.320.750.2634.476046.08
HexBC802F0204B1A223c2e
Octal2742005704011332427456
Binary10111100100000001011110100000100101111010100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC802F; }

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

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

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

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

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

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

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

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