#B59041

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

Shades of Roti #B59041

Tints of Roti #B59041

Color information

#B59041 (or 0xB59041) is unknown color: approx Roti. HEX triplet: B5, 90 and 41. RGB value is (181,144,65). Sum of RGB (Red+Green+Blue) = 181+144+65=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B59041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59041 is #4A6FBE. Grayscale: #929292. Windows color (decimal): -4878271 or 4296885. OLE color: 4296885.

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

Color convert

RGB18114465-
CMYK00.200.640.29
HSL40.86º47.15%48.24%-
HSV(B)40.86º64.09%70.98%-
XYZ29.9830.159.24-
YUV146.0682.26152.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=46.41%
G=36.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811446500.200.640.2940.8647.1548.24
HexB59041014401D292f30
Octal26522010102410035515760
Binary10110101100100001000001010100100000011101101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59041; }

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

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

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

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

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

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

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

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