#B77830

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

Shades of Mandalay #B77830

Tints of Mandalay #B77830

Color information

#B77830 (or 0xB77830) is unknown color: approx Mandalay. HEX triplet: B7, 78 and 30. RGB value is (183,120,48). Sum of RGB (Red+Green+Blue) = 183+120+48=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77830 is #4887CF. Grayscale: #828282. Windows color (decimal): -4753360 or 3176631. OLE color: 3176631.

HSL color Cylindrical-coordinate representation of color #B77830: hue angle of 32º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B77830 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18312048-
CMYK00.340.740.28
HSL32º58.44%45.29%-
HSV(B)32º73.77%71.76%-
XYZ26.7823.715.96-
YUV130.6381.37165.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=52.14%
G=34.19%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831204800.340.740.283258.4445.29
HexB778300224A1C203a2d
Octal2671706004211234407255
Binary1011011111110001100000100010100101011100100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77830; }

 p { color: rgb(183,120,48); }

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

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

 a { background-color: rgb(183,120,48); }

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

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

 span { border-color: rgb(183,120,48); }

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