#B07B28

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

Shades of Mandalay #B07B28

Tints of Mandalay #B07B28

Color information

#B07B28 (or 0xB07B28) is unknown color: approx Mandalay. HEX triplet: B0, 7B and 28. RGB value is (176,123,40). Sum of RGB (Red+Green+Blue) = 176+123+40=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B28 is #4F84D7. Grayscale: #818181. Windows color (decimal): -5211352 or 2653104. OLE color: 2653104.

HSL color Cylindrical-coordinate representation of color #B07B28: hue angle of 36.62º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B07B28 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17612340-
CMYK00.300.770.31
HSL36.62º62.96%42.35%-
HSV(B)36.62º77.27%69.02%-
XYZ25.3723.555.22-
YUV129.3877.56161.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=51.92%
G=36.28%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761234000.300.770.3136.6262.9642.35
HexB07B2801E4D1F253f2a
Octal2601735003611537457752
Binary101100001111011101000011110100110111111100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B28; }

 p { color: rgb(176,123,40); }

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

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

 a { background-color: rgb(176,123,40); }

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

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

 span { border-color: rgb(176,123,40); }

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