#BB7F30

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

Shades of Mandalay #BB7F30

Tints of Mandalay #BB7F30

Color information

#BB7F30 (or 0xBB7F30) is unknown color: approx Mandalay. HEX triplet: BB, 7F and 30. RGB value is (187,127,48). Sum of RGB (Red+Green+Blue) = 187+127+48=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F30 is #4480CF. Grayscale: #888888. Windows color (decimal): -4489424 or 3178427. OLE color: 3178427.

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

Color convert

RGB18712748-
CMYK00.320.740.27
HSL34.1º59.15%46.08%-
HSV(B)34.1º74.33%73.33%-
XYZ28.6225.966.3-
YUV135.9378.38164.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=51.66%
G=35.08%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871274800.320.740.2734.159.1546.08
HexBB7F300204A1B223b2e
Octal2731776004011233427356
Binary1011101111111111100000100000100101011011100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F30; }

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

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

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

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

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

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

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

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