#B49740

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

Shades of Roti #B49740

Tints of Roti #B49740

Color information

#B49740 (or 0xB49740) is unknown color: approx Roti. HEX triplet: B4, 97 and 40. RGB value is (180,151,64). Sum of RGB (Red+Green+Blue) = 180+151+64=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49740 is #4B68BF. Grayscale: #969696. Windows color (decimal): -4942016 or 4233140. OLE color: 4233140.

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

Color convert

RGB18015164-
CMYK00.160.640.29
HSL45º47.54%47.84%-
HSV(B)45º64.44%70.59%-
XYZ30.8132.219.44-
YUV149.7579.61149.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=45.57%
G=38.23%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516400.160.640.294547.5447.84
HexB49740010401D2d3030
Octal26422710002010035556060
Binary10110100100101111000000010000100000011101101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49740; }

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

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

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

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

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

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

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

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