#B5811F

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

Shades of Mandalay #B5811F

Tints of Mandalay #B5811F

Color information

#B5811F (or 0xB5811F) is unknown color: approx Mandalay. HEX triplet: B5, 81 and 1F. RGB value is (181,129,31). Sum of RGB (Red+Green+Blue) = 181+129+31=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5811F is #4A7EE0. Grayscale: #858585. Windows color (decimal): -4882145 or 2064821. OLE color: 2064821.

HSL color Cylindrical-coordinate representation of color #B5811F: hue angle of 39.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5811F is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18112931-
CMYK00.290.830.29
HSL39.2º70.75%41.57%-
HSV(B)39.2º82.87%70.98%-
XYZ27.1525.624.81-
YUV133.3870.23161.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 31 (12.5% from 255) = 9.09%
R=53.08%
G=37.83%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811293100.290.830.2939.270.7541.57
HexB5811F01D531D27472a
Octal26520137035123354710752
Binary1011010110000001111110111011010011111011001111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5811F; }

 p { color: rgb(181,129,31); }

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

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

 a { background-color: rgb(181,129,31); }

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

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

 span { border-color: rgb(181,129,31); }

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