#B07633

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

Shades of Mandalay #B07633

Tints of Mandalay #B07633

Color information

#B07633 (or 0xB07633) is unknown color: approx Mandalay. HEX triplet: B0, 76 and 33. RGB value is (176,118,51). Sum of RGB (Red+Green+Blue) = 176+118+51=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B07633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07633 is #4F89CC. Grayscale: #808080. Windows color (decimal): -5212621 or 3372720. OLE color: 3372720.

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

Color convert

RGB17611851-
CMYK00.330.710.31
HSL32.16º55.07%44.51%-
HSV(B)32.16º71.02%69.02%-
XYZ24.9822.436.14-
YUV127.784.72162.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=51.01%
G=34.20%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761185100.330.710.3132.1655.0744.51
HexB07633021471F20372d
Octal2601666304110737406755
Binary1011000011101101100110100001100011111111100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07633; }

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

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

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

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

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

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

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

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