#BA9749

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

Shades of Roti #BA9749

Tints of Roti #BA9749

Color information

#BA9749 (or 0xBA9749) is unknown color: approx Roti. HEX triplet: BA, 97 and 49. RGB value is (186,151,73). Sum of RGB (Red+Green+Blue) = 186+151+73=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9749 is #4568B6. Grayscale: #989898. Windows color (decimal): -4548791 or 4822970. OLE color: 4822970.

HSL color Cylindrical-coordinate representation of color #BA9749: hue angle of 41.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9749 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18615173-
CMYK00.190.610.27
HSL41.42º45.02%50.78%-
HSV(B)41.42º60.75%72.94%-
XYZ32.5233.0510.97-
YUV152.5783.1151.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=45.37%
G=36.83%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861517300.190.610.2741.4245.0250.78
HexBA97490133D1B292d33
Octal2722271110237533515563
Binary1011101010010111100100101001111110111011101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9749; }

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

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

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

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

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

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

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

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