#B59B39

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

Shades of Roti #B59B39

Tints of Roti #B59B39

Color information

#B59B39 (or 0xB59B39) is unknown color: approx Roti. HEX triplet: B5, 9B and 39. RGB value is (181,155,57). Sum of RGB (Red+Green+Blue) = 181+155+57=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59B39 is #4A64C6. Grayscale: #989898. Windows color (decimal): -4875463 or 3775413. OLE color: 3775413.

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

Color convert

RGB18115557-
CMYK00.140.690.29
HSL47.42º52.1%46.67%-
HSV(B)47.42º68.51%70.98%-
XYZ31.5233.568.69-
YUV151.674.61148.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=46.06%
G=39.44%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811555700.140.690.2947.4252.146.67
HexB59B390E451D2f342f
Octal2652337101610535576457
Binary101101011001101111100101110100010111101101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B39; }

 p { color: rgb(181,155,57); }

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

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

 a { background-color: rgb(181,155,57); }

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

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

 span { border-color: rgb(181,155,57); }

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