#B48133

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

Shades of Mandalay #B48133

Tints of Mandalay #B48133

Color information

#B48133 (or 0xB48133) is unknown color: approx Mandalay. HEX triplet: B4, 81 and 33. RGB value is (180,129,51). Sum of RGB (Red+Green+Blue) = 180+129+51=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B48133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48133 is #4B7ECC. Grayscale: #878787. Windows color (decimal): -4947661 or 3375540. OLE color: 3375540.

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

Color convert

RGB18012951-
CMYK00.280.720.29
HSL36.28º55.84%45.29%-
HSV(B)36.28º71.67%70.59%-
XYZ27.2725.646.64-
YUV135.3680.4159.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=50%
G=35.83%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801295100.280.720.2936.2855.8445.29
HexB4813301C481D24382d
Octal2642016303411035447055
Binary1011010010000001110011011100100100011101100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48133; }

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

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

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

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

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

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

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

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