#B49942

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

Shades of Roti #B49942

Tints of Roti #B49942

Color information

#B49942 (or 0xB49942) is unknown color: approx Roti. HEX triplet: B4, 99 and 42. RGB value is (180,153,66). Sum of RGB (Red+Green+Blue) = 180+153+66=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49942 is #4B66BD. Grayscale: #979797. Windows color (decimal): -4941502 or 4364724. OLE color: 4364724.

HSL color Cylindrical-coordinate representation of color #B49942: hue angle of 45.79º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B49942 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18015366-
CMYK00.150.630.29
HSL45.79º46.34%48.24%-
HSV(B)45.79º63.33%70.59%-
XYZ31.232.889.86-
YUV151.1679.95148.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=45.11%
G=38.35%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801536600.150.630.2945.7946.3448.24
HexB499420F3F1D2e2e30
Octal2642311020177735565660
Binary101101001001100110000100111111111111101101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49942; }

 p { color: rgb(180,153,66); }

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

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

 a { background-color: rgb(180,153,66); }

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

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

 span { border-color: rgb(180,153,66); }

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