#BB7F35

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

Shades of Mandalay #BB7F35

Tints of Mandalay #BB7F35

Color information

#BB7F35 (or 0xBB7F35) is unknown color: approx Mandalay. HEX triplet: BB, 7F and 35. RGB value is (187,127,53). Sum of RGB (Red+Green+Blue) = 187+127+53=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F35 is #4480CA. Grayscale: #888888. Windows color (decimal): -4489419 or 3506107. OLE color: 3506107.

HSL color Cylindrical-coordinate representation of color #BB7F35: hue angle of 33.13º 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 #BB7F35 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18712753-
CMYK00.320.720.27
HSL33.13º55.83%47.06%-
HSV(B)33.13º71.66%73.33%-
XYZ28.73266.87-
YUV136.580.88164.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=50.95%
G=34.60%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871275300.320.720.2733.1355.8347.06
HexBB7F35020481B21382f
Octal2731776504011033417057
Binary1011101111111111101010100000100100011011100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F35; }

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

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

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

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

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

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

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

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