#BC812E

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

Shades of Mandalay #BC812E

Tints of Mandalay #BC812E

Color information

#BC812E (or 0xBC812E) is unknown color: approx Mandalay. HEX triplet: BC, 81 and 2E. RGB value is (188,129,46). Sum of RGB (Red+Green+Blue) = 188+129+46=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC812E is #437ED1. Grayscale: #898989. Windows color (decimal): -4423378 or 3047868. OLE color: 3047868.

HSL color Cylindrical-coordinate representation of color #BC812E: hue angle of 35.07º 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 #BC812E is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18812946-
CMYK00.310.760.26
HSL35.07º60.68%45.88%-
HSV(B)35.07º75.53%73.73%-
XYZ29.0826.596.18-
YUV137.1876.55164.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=51.79%
G=35.54%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881294600.310.760.2635.0760.6845.88
HexBC812E01F4C1A233d2e
Octal2742015603711432437556
Binary1011110010000001101110011111100110011010100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC812E; }

 p { color: rgb(188,129,46); }

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

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

 a { background-color: rgb(188,129,46); }

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

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

 span { border-color: rgb(188,129,46); }

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