#BB8235

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

Shades of Mandalay #BB8235

Tints of Mandalay #BB8235

Color information

#BB8235 (or 0xBB8235) is unknown color: approx Mandalay. HEX triplet: BB, 82 and 35. RGB value is (187,130,53). Sum of RGB (Red+Green+Blue) = 187+130+53=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8235 is #447DCA. Grayscale: #8A8A8A. Windows color (decimal): -4488651 or 3506875. OLE color: 3506875.

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

Color convert

RGB18713053-
CMYK00.300.720.27
HSL34.48º55.83%47.06%-
HSV(B)34.48º71.66%73.33%-
XYZ29.1226.797-
YUV138.2779.88162.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=50.54%
G=35.14%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871305300.300.720.2734.4855.8347.06
HexBB823501E481B22382f
Octal2732026503611033427057
Binary1011101110000010110101011110100100011011100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8235; }

 p { color: rgb(187,130,53); }

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

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

 a { background-color: rgb(187,130,53); }

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

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

 span { border-color: rgb(187,130,53); }

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