#B49746

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

Shades of Roti #B49746

Tints of Roti #B49746

Color information

#B49746 (or 0xB49746) is unknown color: approx Roti. HEX triplet: B4, 97 and 46. RGB value is (180,151,70). Sum of RGB (Red+Green+Blue) = 180+151+70=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49746 is #4B68B9. Grayscale: #969696. Windows color (decimal): -4942010 or 4626356. OLE color: 4626356.

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

Color convert

RGB18015170-
CMYK00.160.610.29
HSL44.18º44%49.02%-
HSV(B)44.18º61.11%70.59%-
XYZ30.9932.2810.39-
YUV150.4482.61149.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 70 (27.73% from 255) = 17.46%
R=44.89%
G=37.66%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801517000.160.610.2944.184449.02
HexB497460103D1D2c2c31
Octal2642271060207535545461
Binary1011010010010111100011001000011110111101101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49746; }

 p { color: rgb(180,151,70); }

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

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

 a { background-color: rgb(180,151,70); }

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

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

 span { border-color: rgb(180,151,70); }

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