#B78528

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

Shades of Mandalay #B78528

Tints of Mandalay #B78528

Color information

#B78528 (or 0xB78528) is unknown color: approx Mandalay. HEX triplet: B7, 85 and 28. RGB value is (183,133,40). Sum of RGB (Red+Green+Blue) = 183+133+40=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B78528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78528 is #487AD7. Grayscale: #898989. Windows color (decimal): -4750040 or 2655671. OLE color: 2655671.

HSL color Cylindrical-coordinate representation of color #B78528: hue angle of 39.02º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B78528 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18313340-
CMYK00.270.780.28
HSL39.02º64.13%43.73%-
HSV(B)39.02º78.14%71.76%-
XYZ28.3275.73-
YUV137.3573.06160.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=51.40%
G=37.36%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831334000.270.780.2839.0264.1343.73
HexB7852801B4E1C27402c
Octal26720550033116344710054
Binary10110111100001011010000110111001110111001001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78528; }

 p { color: rgb(183,133,40); }

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

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

 a { background-color: rgb(183,133,40); }

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

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

 span { border-color: rgb(183,133,40); }

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