#B59641

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

Shades of Roti #B59641

Tints of Roti #B59641

Color information

#B59641 (or 0xB59641) is unknown color: approx Roti. HEX triplet: B5, 96 and 41. RGB value is (181,150,65). Sum of RGB (Red+Green+Blue) = 181+150+65=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B59641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59641 is #4A69BE. Grayscale: #959595. Windows color (decimal): -4876735 or 4298421. OLE color: 4298421.

HSL color Cylindrical-coordinate representation of color #B59641: hue angle of 43.97º 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 #B59641 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18115065-
CMYK00.170.640.29
HSL43.97º47.15%48.24%-
HSV(B)43.97º64.09%70.98%-
XYZ30.9232.029.55-
YUV149.5880.27150.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=45.71%
G=37.88%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811506500.170.640.2943.9747.1548.24
HexB59641011401D2c2f30
Octal26522610102110035545760
Binary10110101100101101000001010001100000011101101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59641; }

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

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

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

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

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

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

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

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