#B49836

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

Shades of Roti #B49836

Tints of Roti #B49836

Color information

#B49836 (or 0xB49836) is unknown color: approx Roti. HEX triplet: B4, 98 and 36. RGB value is (180,152,54). Sum of RGB (Red+Green+Blue) = 180+152+54=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49836 is #4B67C9. Grayscale: #959595. Windows color (decimal): -4941770 or 3578036. OLE color: 3578036.

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

Color convert

RGB18015254-
CMYK00.160.70.29
HSL46.67º53.85%45.88%-
HSV(B)46.67º70%70.59%-
XYZ30.7232.438.13-
YUV149.274.28149.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 54 (21.48% from 255) = 13.99%
R=46.63%
G=39.38%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801525400.160.70.2946.6753.8545.88
HexB49836010461D2f362e
Octal2642306602010635576656
Binary1011010010011000110110010000100011011101101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49836; }

 p { color: rgb(180,152,54); }

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

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

 a { background-color: rgb(180,152,54); }

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

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

 span { border-color: rgb(180,152,54); }

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