#B59A36

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

Shades of Roti #B59A36

Tints of Roti #B59A36

Color information

#B59A36 (or 0xB59A36) is unknown color: approx Roti. HEX triplet: B5, 9A and 36. RGB value is (181,154,54). Sum of RGB (Red+Green+Blue) = 181+154+54=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A36 is #4A65C9. Grayscale: #979797. Windows color (decimal): -4875722 or 3578549. OLE color: 3578549.

HSL color Cylindrical-coordinate representation of color #B59A36: hue angle of 47.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B59A36 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18115454-
CMYK00.150.700.29
HSL47.24º54.04%46.08%-
HSV(B)47.24º70.17%70.98%-
XYZ31.2833.28.25-
YUV150.6773.45149.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 54 (21.48% from 255) = 13.88%
R=46.53%
G=39.59%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811545400.150.700.2947.2454.0446.08
HexB59A360F461D2f362e
Octal2652326601710635576656
Binary101101011001101011011001111100011011101101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A36; }

 p { color: rgb(181,154,54); }

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

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

 a { background-color: rgb(181,154,54); }

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

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

 span { border-color: rgb(181,154,54); }

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