#BA9346

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

Shades of Roti #BA9346

Tints of Roti #BA9346

Color information

#BA9346 (or 0xBA9346) is unknown color: approx Roti. HEX triplet: BA, 93 and 46. RGB value is (186,147,70). Sum of RGB (Red+Green+Blue) = 186+147+70=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9346 is #456CB9. Grayscale: #969696. Windows color (decimal): -4549818 or 4625338. OLE color: 4625338.

HSL color Cylindrical-coordinate representation of color #BA9346: hue angle of 39.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9346 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18614770-
CMYK00.210.620.27
HSL39.83º45.67%50.2%-
HSV(B)39.83º62.37%72.94%-
XYZ31.7931.7510.25-
YUV149.8882.92153.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=46.15%
G=36.48%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477000.210.620.2739.8345.6750.2
HexBA93460153E1B282e32
Octal2722231060257633505662
Binary1011101010010011100011001010111111011011101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9346; }

 p { color: rgb(186,147,70); }

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

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

 a { background-color: rgb(186,147,70); }

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

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

 span { border-color: rgb(186,147,70); }

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