#b27726

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

Shades of Mandalay #B27726

Tints of Mandalay #B27726

Color information

#B27726 (or 0xB27726) is unknown color: approx Mandalay. HEX triplet: B2, 77 and 26. RGB value is (178,119,38). Sum of RGB (Red+Green+Blue) = 178+119+38=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B27726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27726 is #4D88D9. Grayscale: #7F7F7F. Windows color (decimal): -5081306 or 2521010. OLE color: 2521010.

HSL color Cylindrical-coordinate representation of color #B27726: hue angle of 34.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B27726 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17811938-
CMYK00.330.790.30
HSL34.71º64.81%42.35%-
HSV(B)34.71º78.65%69.8%-
XYZ25.3122.84.9-
YUV127.4177.55164.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=53.13%
G=35.52%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781193800.330.790.3034.7164.8142.35
HexB277260214F1E23412a
Octal26216746041117364310152
Binary10110010111011110011001000011001111111101000111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27726; }

 p { color: rgb(178,119,38); }

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

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

 a { background-color: rgb(178,119,38); }

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

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

 span { border-color: rgb(178,119,38); }

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