#BA9144

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

Shades of Roti #BA9144

Tints of Roti #BA9144

Color information

#BA9144 (or 0xBA9144) is unknown color: approx Roti. HEX triplet: BA, 91 and 44. RGB value is (186,145,68). Sum of RGB (Red+Green+Blue) = 186+145+68=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9144 is #456EBB. Grayscale: #949494. Windows color (decimal): -4550332 or 4493754. OLE color: 4493754.

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

Color convert

RGB18614568-
CMYK00.220.630.27
HSL39.15º46.46%49.8%-
HSV(B)39.15º63.44%72.94%-
XYZ31.4231.119.82-
YUV148.4882.58154.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=46.62%
G=36.34%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861456800.220.630.2739.1546.4649.8
HexBA91440163F1B272e32
Octal2722211040267733475662
Binary1011101010010001100010001011011111111011100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9144; }

 p { color: rgb(186,145,68); }

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

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

 a { background-color: rgb(186,145,68); }

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

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

 span { border-color: rgb(186,145,68); }

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