#B07833

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

Shades of Mandalay #B07833

Tints of Mandalay #B07833

Color information

#B07833 (or 0xB07833) is unknown color: approx Mandalay. HEX triplet: B0, 78 and 33. RGB value is (176,120,51). Sum of RGB (Red+Green+Blue) = 176+120+51=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B07833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07833 is #4F87CC. Grayscale: #818181. Windows color (decimal): -5212109 or 3373232. OLE color: 3373232.

HSL color Cylindrical-coordinate representation of color #B07833: hue angle of 33.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B07833 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17612051-
CMYK00.320.710.31
HSL33.12º55.07%44.51%-
HSV(B)33.12º71.02%69.02%-
XYZ25.2222.96.22-
YUV128.8884.05161.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 51 (20.31% from 255) = 14.70%
R=50.72%
G=34.58%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761205100.320.710.3133.1255.0744.51
HexB07833020471F21372d
Octal2601706304010737416755
Binary1011000011110001100110100000100011111111100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07833; }

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

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

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

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

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

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

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

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