#B77F30

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

Shades of Mandalay #B77F30

Tints of Mandalay #B77F30

Color information

#B77F30 (or 0xB77F30) is unknown color: approx Mandalay. HEX triplet: B7, 7F and 30. RGB value is (183,127,48). Sum of RGB (Red+Green+Blue) = 183+127+48=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F30 is #4880CF. Grayscale: #878787. Windows color (decimal): -4751568 or 3178423. OLE color: 3178423.

HSL color Cylindrical-coordinate representation of color #B77F30: hue angle of 35.11º 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 #B77F30 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18312748-
CMYK00.310.740.28
HSL35.11º58.44%45.29%-
HSV(B)35.11º73.77%71.76%-
XYZ27.6525.466.25-
YUV134.7479.05162.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=51.12%
G=35.47%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831274800.310.740.2835.1158.4445.29
HexB77F3001F4A1C233a2d
Octal2671776003711234437255
Binary101101111111111110000011111100101011100100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F30; }

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

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

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

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

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

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

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

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