#B48433

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

Shades of Mandalay #B48433

Tints of Mandalay #B48433

Color information

#B48433 (or 0xB48433) is unknown color: approx Mandalay. HEX triplet: B4, 84 and 33. RGB value is (180,132,51). Sum of RGB (Red+Green+Blue) = 180+132+51=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B48433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48433 is #4B7BCC. Grayscale: #898989. Windows color (decimal): -4946893 or 3376308. OLE color: 3376308.

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

Color convert

RGB18013251-
CMYK00.270.720.29
HSL37.67º55.84%45.29%-
HSV(B)37.67º71.67%70.59%-
XYZ27.6726.446.78-
YUV137.1279.4158.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=49.59%
G=36.36%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801325100.270.720.2937.6755.8445.29
HexB4843301B481D26382d
Octal2642046303311035467055
Binary1011010010000100110011011011100100011101100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48433; }

 p { color: rgb(180,132,51); }

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

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

 a { background-color: rgb(180,132,51); }

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

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

 span { border-color: rgb(180,132,51); }

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