#B07824

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

Shades of Mandalay #B07824

Tints of Mandalay #B07824

Color information

#B07824 (or 0xB07824) is unknown color: approx Mandalay. HEX triplet: B0, 78 and 24. RGB value is (176,120,36). Sum of RGB (Red+Green+Blue) = 176+120+36=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B07824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07824 is #4F87DB. Grayscale: #7F7F7F. Windows color (decimal): -5212124 or 2390192. OLE color: 2390192.

HSL color Cylindrical-coordinate representation of color #B07824: hue angle of 36º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07824 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17612036-
CMYK00.320.800.31
HSL36º66.04%41.57%-
HSV(B)36º79.55%69.02%-
XYZ24.9422.794.75-
YUV127.1776.55162.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 36 (14.45% from 255) = 10.84%
R=53.01%
G=36.14%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761203600.320.800.313666.0441.57
HexB07824020501F24422a
Octal26017044040120374410252
Binary10110000111100010010001000001010000111111001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07824; }

 p { color: rgb(176,120,36); }

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

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

 a { background-color: rgb(176,120,36); }

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

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

 span { border-color: rgb(176,120,36); }

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