#B79046

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

Shades of Roti #B79046

Tints of Roti #B79046

Color information

#B79046 (or 0xB79046) is unknown color: approx Roti. HEX triplet: B7, 90 and 46. RGB value is (183,144,70). Sum of RGB (Red+Green+Blue) = 183+144+70=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B79046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79046 is #486FB9. Grayscale: #939393. Windows color (decimal): -4747194 or 4624567. OLE color: 4624567.

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

Color convert

RGB18314470-
CMYK00.210.620.28
HSL39.29º44.66%49.61%-
HSV(B)39.29º61.75%71.76%-
XYZ30.6130.4610.06-
YUV147.2284.42153.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=46.10%
G=36.27%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831447000.210.620.2839.2944.6649.61
HexB790460153E1C272d32
Octal2672201060257634475562
Binary1011011110010000100011001010111111011100100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79046; }

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

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

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

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

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

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

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

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