#B79A46

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

Shades of Roti #B79A46

Tints of Roti #B79A46

Color information

#B79A46 (or 0xB79A46) is unknown color: approx Roti. HEX triplet: B7, 9A and 46. RGB value is (183,154,70). Sum of RGB (Red+Green+Blue) = 183+154+70=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A46 is #4865B9. Grayscale: #999999. Windows color (decimal): -4744634 or 4627127. OLE color: 4627127.

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

Color convert

RGB18315470-
CMYK00.160.620.28
HSL44.6º44.66%49.61%-
HSV(B)44.6º61.75%71.76%-
XYZ32.1933.6210.59-
YUV153.181.11149.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=44.96%
G=37.84%
B=17.20%

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
Decimal1831547000.160.620.2844.644.6649.61
HexB79A460103E1C2d2d32
Octal2672321060207634555562
Binary1011011110011010100011001000011111011100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A46; }

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

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

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

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

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

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

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

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