#BB8135

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

Shades of Mandalay #BB8135

Tints of Mandalay #BB8135

Color information

#BB8135 (or 0xBB8135) is unknown color: approx Mandalay. HEX triplet: BB, 81 and 35. RGB value is (187,129,53). Sum of RGB (Red+Green+Blue) = 187+129+53=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8135 is #447ECA. Grayscale: #8A8A8A. Windows color (decimal): -4488907 or 3506619. OLE color: 3506619.

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

Color convert

RGB18712953-
CMYK00.310.720.27
HSL34.03º55.83%47.06%-
HSV(B)34.03º71.66%73.33%-
XYZ28.9926.526.96-
YUV137.6880.22163.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=50.68%
G=34.96%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871295300.310.720.2734.0355.8347.06
HexBB813501F481B22382f
Octal2732016503711033427057
Binary1011101110000001110101011111100100011011100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8135; }

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

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

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

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

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

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

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

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