#B4832C

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

Shades of Mandalay #B4832C

Tints of Mandalay #B4832C

Color information

#B4832C (or 0xB4832C) is unknown color: approx Mandalay. HEX triplet: B4, 83 and 2C. RGB value is (180,131,44). Sum of RGB (Red+Green+Blue) = 180+131+44=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4832C is #4B7CD3. Grayscale: #888888. Windows color (decimal): -4947156 or 2917300. OLE color: 2917300.

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

Color convert

RGB18013144-
CMYK00.270.760.29
HSL38.38º60.71%43.92%-
HSV(B)38.38º75.56%70.59%-
XYZ27.3926.125.98-
YUV135.7376.23159.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=50.70%
G=36.90%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801314400.270.760.2938.3860.7143.92
HexB4832C01B4C1D263d2c
Octal2642035403311435467554
Binary1011010010000011101100011011100110011101100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4832C; }

 p { color: rgb(180,131,44); }

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

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

 a { background-color: rgb(180,131,44); }

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

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

 span { border-color: rgb(180,131,44); }

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