#B78223

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

Shades of Mandalay #B78223

Tints of Mandalay #B78223

Color information

#B78223 (or 0xB78223) is unknown color: approx Mandalay. HEX triplet: B7, 82 and 23. RGB value is (183,130,35). Sum of RGB (Red+Green+Blue) = 183+130+35=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B78223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78223 is #487DDC. Grayscale: #878787. Windows color (decimal): -4750813 or 2327223. OLE color: 2327223.

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

Color convert

RGB18313035-
CMYK00.290.810.28
HSL38.51º67.89%42.75%-
HSV(B)38.51º80.87%71.76%-
XYZ27.8126.155.17-
YUV135.0271.56162.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=52.59%
G=37.36%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831303500.290.810.2838.5167.8942.75
HexB7822301D511C27442b
Octal26720243035121344710453
Binary10110111100000101000110111011010001111001001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78223; }

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

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

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

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

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

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

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

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