#BA9447

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

Shades of Roti #BA9447

Tints of Roti #BA9447

Color information

#BA9447 (or 0xBA9447) is unknown color: approx Roti. HEX triplet: BA, 94 and 47. RGB value is (186,148,71). Sum of RGB (Red+Green+Blue) = 186+148+71=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9447 is #456BB8. Grayscale: #969696. Windows color (decimal): -4549561 or 4691130. OLE color: 4691130.

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

Color convert

RGB18614871-
CMYK00.200.620.27
HSL40.17º45.45%50.39%-
HSV(B)40.17º61.83%72.94%-
XYZ31.9832.0710.47-
YUV150.5883.09153.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=45.93%
G=36.54%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861487100.200.620.2740.1745.4550.39
HexBA94470143E1B282d32
Octal2722241070247633505562
Binary1011101010010100100011101010011111011011101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9447; }

 p { color: rgb(186,148,71); }

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

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

 a { background-color: rgb(186,148,71); }

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

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

 span { border-color: rgb(186,148,71); }

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