#B59546

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

Shades of Roti #B59546

Tints of Roti #B59546

Color information

#B59546 (or 0xB59546) is unknown color: approx Roti. HEX triplet: B5, 95 and 46. RGB value is (181,149,70). Sum of RGB (Red+Green+Blue) = 181+149+70=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B59546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59546 is #4A6AB9. Grayscale: #959595. Windows color (decimal): -4876986 or 4625845. OLE color: 4625845.

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

Color convert

RGB18114970-
CMYK00.180.610.29
HSL42.7º44.22%49.22%-
HSV(B)42.7º61.33%70.98%-
XYZ30.9131.7610.3-
YUV149.5683.1150.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=45.25%
G=37.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811497000.180.610.2942.744.2249.22
HexB595460123D1D2b2c31
Octal2652251060227535535461
Binary1011010110010101100011001001011110111101101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59546; }

 p { color: rgb(181,149,70); }

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

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

 a { background-color: rgb(181,149,70); }

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

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

 span { border-color: rgb(181,149,70); }

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