#B27629

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

Shades of Mandalay #B27629

Tints of Mandalay #B27629

Color information

#B27629 (or 0xB27629) is unknown color: approx Mandalay. HEX triplet: B2, 76 and 29. RGB value is (178,118,41). Sum of RGB (Red+Green+Blue) = 178+118+41=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B27629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27629 is #4D89D6. Grayscale: #7F7F7F. Windows color (decimal): -5081559 or 2717362. OLE color: 2717362.

HSL color Cylindrical-coordinate representation of color #B27629: hue angle of 33.72º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B27629 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17811841-
CMYK00.340.770.30
HSL33.72º62.56%42.94%-
HSV(B)33.72º76.97%69.8%-
XYZ25.2422.585.13-
YUV127.1679.38164.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 41 (16.41% from 255) = 12.17%
R=52.82%
G=35.01%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781184100.340.770.3033.7262.5642.94
HexB276290224D1E223f2b
Octal2621665104211536427753
Binary1011001011101101010010100010100110111110100010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27629; }

 p { color: rgb(178,118,41); }

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

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

 a { background-color: rgb(178,118,41); }

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

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

 span { border-color: rgb(178,118,41); }

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