#B07733

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

Shades of Mandalay #B07733

Tints of Mandalay #B07733

Color information

#B07733 (or 0xB07733) is unknown color: approx Mandalay. HEX triplet: B0, 77 and 33. RGB value is (176,119,51). Sum of RGB (Red+Green+Blue) = 176+119+51=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B07733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07733 is #4F88CC. Grayscale: #808080. Windows color (decimal): -5212365 or 3372976. OLE color: 3372976.

HSL color Cylindrical-coordinate representation of color #B07733: hue angle of 32.64º 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 #B07733 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17611951-
CMYK00.320.710.31
HSL32.64º55.07%44.51%-
HSV(B)32.64º71.02%69.02%-
XYZ25.122.666.18-
YUV128.2984.38162.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 51 (20.31% from 255) = 14.74%
R=50.87%
G=34.39%
B=14.74%

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
Decimal1761195100.320.710.3132.6455.0744.51
HexB07733020471F21372d
Octal2601676304010737416755
Binary1011000011101111100110100000100011111111100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07733; }

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

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

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

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

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

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

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

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