#B17727

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

Shades of Mandalay #B17727

Tints of Mandalay #B17727

Color information

#B17727 (or 0xB17727) is unknown color: approx Mandalay. HEX triplet: B1, 77 and 27. RGB value is (177,119,39). Sum of RGB (Red+Green+Blue) = 177+119+39=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B17727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17727 is #4E88D8. Grayscale: #7F7F7F. Windows color (decimal): -5146841 or 2586545. OLE color: 2586545.

HSL color Cylindrical-coordinate representation of color #B17727: hue angle of 34.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B17727 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17711939-
CMYK00.330.780.31
HSL34.78º63.89%42.35%-
HSV(B)34.78º77.97%69.41%-
XYZ25.0922.694.98-
YUV127.2278.22163.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=52.84%
G=35.52%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771193900.330.780.3134.7863.8942.35
HexB177270214E1F23402a
Octal26116747041116374310052
Binary10110001111011110011101000011001110111111000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17727; }

 p { color: rgb(177,119,39); }

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

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

 a { background-color: rgb(177,119,39); }

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

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

 span { border-color: rgb(177,119,39); }

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