#B49546

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

Shades of Roti #B49546

Tints of Roti #B49546

Color information

#B49546 (or 0xB49546) is unknown color: approx Roti. HEX triplet: B4, 95 and 46. RGB value is (180,149,70). Sum of RGB (Red+Green+Blue) = 180+149+70=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49546 is #4B6AB9. Grayscale: #959595. Windows color (decimal): -4942522 or 4625844. OLE color: 4625844.

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

Color convert

RGB18014970-
CMYK00.170.610.29
HSL43.09º44%49.02%-
HSV(B)43.09º61.11%70.59%-
XYZ30.6831.6410.28-
YUV149.2683.27149.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=45.11%
G=37.34%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801497000.170.610.2943.094449.02
HexB495460113D1D2b2c31
Octal2642251060217535535461
Binary1011010010010101100011001000111110111101101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49546; }

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

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

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

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

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

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

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

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