#B59636

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

Shades of Roti #B59636

Tints of Roti #B59636

Color information

#B59636 (or 0xB59636) is unknown color: approx Roti. HEX triplet: B5, 96 and 36. RGB value is (181,150,54). Sum of RGB (Red+Green+Blue) = 181+150+54=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59636 is #4A69C9. Grayscale: #949494. Windows color (decimal): -4876746 or 3577525. OLE color: 3577525.

HSL color Cylindrical-coordinate representation of color #B59636: hue angle of 45.35º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B59636 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18115054-
CMYK00.170.700.29
HSL45.35º54.04%46.08%-
HSV(B)45.35º70.17%70.98%-
XYZ30.6331.98.03-
YUV148.3274.77151.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=47.01%
G=38.96%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811505400.170.700.2945.3554.0446.08
HexB59636011461D2d362e
Octal2652266602110635556656
Binary1011010110010110110110010001100011011101101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59636; }

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

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

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

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

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

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

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

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