#B59149

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

Shades of Roti #B59149

Tints of Roti #B59149

Color information

#B59149 (or 0xB59149) is unknown color: approx Roti. HEX triplet: B5, 91 and 49. RGB value is (181,145,73). Sum of RGB (Red+Green+Blue) = 181+145+73=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B59149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59149 is #4A6EB6. Grayscale: #939393. Windows color (decimal): -4878007 or 4821429. OLE color: 4821429.

HSL color Cylindrical-coordinate representation of color #B59149: hue angle of 40º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59149 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18114573-
CMYK00.200.600.29
HSL40º42.52%49.8%-
HSV(B)40º59.67%70.98%-
XYZ30.3830.5610.6-
YUV147.5685.93151.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=45.36%
G=36.34%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811457300.200.600.294042.5249.8
HexB591490143C1D282b32
Octal2652211110247435505362
Binary1011010110010001100100101010011110011101101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59149; }

 p { color: rgb(181,145,73); }

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

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

 a { background-color: rgb(181,145,73); }

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

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

 span { border-color: rgb(181,145,73); }

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