#BA9849

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

Shades of Roti #BA9849

Tints of Roti #BA9849

Color information

#BA9849 (or 0xBA9849) is unknown color: approx Roti. HEX triplet: BA, 98 and 49. RGB value is (186,152,73). Sum of RGB (Red+Green+Blue) = 186+152+73=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9849 is #4567B6. Grayscale: #999999. Windows color (decimal): -4548535 or 4823226. OLE color: 4823226.

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

Color convert

RGB18615273-
CMYK00.180.610.27
HSL41.95º45.02%50.78%-
HSV(B)41.95º60.75%72.94%-
XYZ32.6833.3811.02-
YUV153.1682.76151.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=45.26%
G=36.98%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861527300.180.610.2741.9545.0250.78
HexBA98490123D1B2a2d33
Octal2722301110227533525563
Binary1011101010011000100100101001011110111011101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9849; }

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

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

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

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

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

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

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

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