#B79946

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

Shades of Roti #B79946

Tints of Roti #B79946

Color information

#B79946 (or 0xB79946) is unknown color: approx Roti. HEX triplet: B7, 99 and 46. RGB value is (183,153,70). Sum of RGB (Red+Green+Blue) = 183+153+70=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B79946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79946 is #4866B9. Grayscale: #989898. Windows color (decimal): -4744890 or 4626871. OLE color: 4626871.

HSL color Cylindrical-coordinate representation of color #B79946: hue angle of 44.07º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B79946 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18315370-
CMYK00.160.620.28
HSL44.07º44.66%49.61%-
HSV(B)44.07º61.75%71.76%-
XYZ32.0333.2910.53-
YUV152.5181.44149.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=45.07%
G=37.68%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831537000.160.620.2844.0744.6649.61
HexB799460103E1C2c2d32
Octal2672311060207634545562
Binary1011011110011001100011001000011111011100101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79946; }

 p { color: rgb(183,153,70); }

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

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

 a { background-color: rgb(183,153,70); }

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

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

 span { border-color: rgb(183,153,70); }

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