#B38130

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

Shades of Mandalay #B38130

Tints of Mandalay #B38130

Color information

#B38130 (or 0xB38130) is unknown color: approx Mandalay. HEX triplet: B3, 81 and 30. RGB value is (179,129,48). Sum of RGB (Red+Green+Blue) = 179+129+48=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B38130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38130 is #4C7ECF. Grayscale: #878787. Windows color (decimal): -5013200 or 3178931. OLE color: 3178931.

HSL color Cylindrical-coordinate representation of color #B38130: hue angle of 37.1º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B38130 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17912948-
CMYK00.280.730.30
HSL37.1º57.71%44.51%-
HSV(B)37.1º73.18%70.2%-
XYZ26.9725.56.3-
YUV134.7279.06159.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 48 (19.14% from 255) = 13.48%
R=50.28%
G=36.24%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791294800.280.730.3037.157.7144.51
HexB3813001C491E253a2d
Octal2632016003411136457255
Binary1011001110000001110000011100100100111110100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38130; }

 p { color: rgb(179,129,48); }

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

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

 a { background-color: rgb(179,129,48); }

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

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

 span { border-color: rgb(179,129,48); }

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