#BC7F33

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

Shades of Mandalay #BC7F33

Tints of Mandalay #BC7F33

Color information

#BC7F33 (or 0xBC7F33) is unknown color: approx Mandalay. HEX triplet: BC, 7F and 33. RGB value is (188,127,51). Sum of RGB (Red+Green+Blue) = 188+127+51=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F33 is #4380CC. Grayscale: #888888. Windows color (decimal): -4423885 or 3375036. OLE color: 3375036.

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

Color convert

RGB18812751-
CMYK00.320.730.26
HSL33.28º57.32%46.86%-
HSV(B)33.28º72.87%73.73%-
XYZ28.9326.116.65-
YUV136.5779.71164.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=51.37%
G=34.70%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881275100.320.730.2633.2857.3246.86
HexBC7F33020491A21392f
Octal2741776304011132417157
Binary1011110011111111100110100000100100111010100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F33; }

 p { color: rgb(188,127,51); }

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

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

 a { background-color: rgb(188,127,51); }

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

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

 span { border-color: rgb(188,127,51); }

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