#BC8035

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

Shades of Mandalay #BC8035

Tints of Mandalay #BC8035

Color information

#BC8035 (or 0xBC8035) is unknown color: approx Mandalay. HEX triplet: BC, 80 and 35. RGB value is (188,128,53). Sum of RGB (Red+Green+Blue) = 188+128+53=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8035 is #437FCA. Grayscale: #898989. Windows color (decimal): -4423627 or 3506364. OLE color: 3506364.

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

Color convert

RGB18812853-
CMYK00.320.720.26
HSL33.33º56.02%47.25%-
HSV(B)33.33º71.81%73.73%-
XYZ29.126.396.93-
YUV137.3980.38164.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=50.95%
G=34.69%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881285300.320.720.2633.3356.0247.25
HexBC8035020481A21382f
Octal2742006504011032417057
Binary10111100100000001101010100000100100011010100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8035; }

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

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

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

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

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

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

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

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