#B38330

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

Shades of Mandalay #B38330

Tints of Mandalay #B38330

Color information

#B38330 (or 0xB38330) is unknown color: approx Mandalay. HEX triplet: B3, 83 and 30. RGB value is (179,131,48). Sum of RGB (Red+Green+Blue) = 179+131+48=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B38330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38330 is #4C7CCF. Grayscale: #888888. Windows color (decimal): -5012688 or 3179443. OLE color: 3179443.

HSL color Cylindrical-coordinate representation of color #B38330: hue angle of 38.02º 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 #B38330 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17913148-
CMYK00.270.730.30
HSL38.02º57.71%44.51%-
HSV(B)38.02º73.18%70.2%-
XYZ27.2426.036.38-
YUV135.8978.4158.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=50%
G=36.59%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791314800.270.730.3038.0257.7144.51
HexB3833001B491E263a2d
Octal2632036003311136467255
Binary1011001110000011110000011011100100111110100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38330; }

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

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

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

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

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

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

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

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