#B68030

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

Shades of Mandalay #B68030

Tints of Mandalay #B68030

Color information

#B68030 (or 0xB68030) is unknown color: approx Mandalay. HEX triplet: B6, 80 and 30. RGB value is (182,128,48). Sum of RGB (Red+Green+Blue) = 182+128+48=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68030 is #497FCF. Grayscale: #878787. Windows color (decimal): -4816848 or 3178678. OLE color: 3178678.

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

Color convert

RGB18212848-
CMYK00.300.740.29
HSL35.82º58.26%45.1%-
HSV(B)35.82º73.63%71.37%-
XYZ27.5425.66.29-
YUV135.0378.89161.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=50.84%
G=35.75%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821284800.300.740.2935.8258.2645.1
HexB6803001E4A1D243a2d
Octal2662006003611235447255
Binary1011011010000000110000011110100101011101100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68030; }

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

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

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

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

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

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

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

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