#BA9746

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

Shades of Roti #BA9746

Tints of Roti #BA9746

Color information

#BA9746 (or 0xBA9746) is unknown color: approx Roti. HEX triplet: BA, 97 and 46. RGB value is (186,151,70). Sum of RGB (Red+Green+Blue) = 186+151+70=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9746 is #4568B9. Grayscale: #989898. Windows color (decimal): -4548794 or 4626362. OLE color: 4626362.

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

Color convert

RGB18615170-
CMYK00.190.620.27
HSL41.9º45.67%50.2%-
HSV(B)41.9º62.37%72.94%-
XYZ32.4233.0110.46-
YUV152.2381.6152.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=45.70%
G=37.10%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861517000.190.620.2741.945.6750.2
HexBA97460133E1B2a2e32
Octal2722271060237633525662
Binary1011101010010111100011001001111111011011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9746; }

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

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

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

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

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

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

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

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