#B59045

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

Shades of Roti #B59045

Tints of Roti #B59045

Color information

#B59045 (or 0xB59045) is unknown color: approx Roti. HEX triplet: B5, 90 and 45. RGB value is (181,144,69). Sum of RGB (Red+Green+Blue) = 181+144+69=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B59045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59045 is #4A6FBA. Grayscale: #929292. Windows color (decimal): -4878267 or 4559029. OLE color: 4559029.

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

Color convert

RGB18114469-
CMYK00.200.620.29
HSL40.18º44.8%49.02%-
HSV(B)40.18º61.88%70.98%-
XYZ30.130.29.87-
YUV146.5184.26152.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=45.94%
G=36.55%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811446900.200.620.2940.1844.849.02
HexB590450143E1D282d31
Octal2652201050247635505561
Binary1011010110010000100010101010011111011101101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59045; }

 p { color: rgb(181,144,69); }

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

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

 a { background-color: rgb(181,144,69); }

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

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

 span { border-color: rgb(181,144,69); }

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