#b08030

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

Shades of Mandalay #B08030

Tints of Mandalay #B08030

Color information

#B08030 (or 0xB08030) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 30. RGB value is (176,128,48). Sum of RGB (Red+Green+Blue) = 176+128+48=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B08030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08030 is #4F7FCF. Grayscale: #858585. Windows color (decimal): -5210064 or 3178672. OLE color: 3178672.

HSL color Cylindrical-coordinate representation of color #B08030: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B08030 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17612848-
CMYK00.270.730.31
HSL37.5º57.14%43.92%-
HSV(B)37.5º72.73%69.02%-
XYZ26.1624.886.22-
YUV133.2379.9158.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=50%
G=36.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761284800.270.730.3137.557.1443.92
HexB0803001B491F26392c
Octal2602006003311137467154
Binary1011000010000000110000011011100100111111100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08030; }

 p { color: rgb(176,128,48); }

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

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

 a { background-color: rgb(176,128,48); }

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

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

 span { border-color: rgb(176,128,48); }

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