#B78235

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

Shades of Mandalay #B78235

Tints of Mandalay #B78235

Color information

#B78235 (or 0xB78235) is unknown color: approx Mandalay. HEX triplet: B7, 82 and 35. RGB value is (183,130,53). Sum of RGB (Red+Green+Blue) = 183+130+53=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B78235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78235 is #487DCA. Grayscale: #898989. Windows color (decimal): -4750795 or 3506871. OLE color: 3506871.

HSL color Cylindrical-coordinate representation of color #B78235: hue angle of 35.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B78235 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18313053-
CMYK00.290.710.28
HSL35.54º55.08%46.27%-
HSV(B)35.54º71.04%71.76%-
XYZ28.1526.296.96-
YUV137.0780.56160.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=50%
G=35.52%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831305300.290.710.2835.5455.0846.27
HexB7823501D471C24372e
Octal2672026503510734446756
Binary1011011110000010110101011101100011111100100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78235; }

 p { color: rgb(183,130,53); }

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

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

 a { background-color: rgb(183,130,53); }

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

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

 span { border-color: rgb(183,130,53); }

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