#B59642

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

Shades of Roti #B59642

Tints of Roti #B59642

Color information

#B59642 (or 0xB59642) is unknown color: approx Roti. HEX triplet: B5, 96 and 42. RGB value is (181,150,66). Sum of RGB (Red+Green+Blue) = 181+150+66=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B59642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59642 is #4A69BD. Grayscale: #969696. Windows color (decimal): -4876734 or 4363957. OLE color: 4363957.

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

Color convert

RGB18115066-
CMYK00.170.640.29
HSL43.83º46.56%48.43%-
HSV(B)43.83º63.54%70.98%-
XYZ30.9532.039.71-
YUV149.6980.77150.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=45.59%
G=37.78%
B=16.62%

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
Decimal1811506600.170.640.2943.8346.5648.43
HexB59642011401D2c2f30
Octal26522610202110035545760
Binary10110101100101101000010010001100000011101101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59642; }

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

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

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

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

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

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

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

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