#BA9445

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

Shades of Roti #BA9445

Tints of Roti #BA9445

Color information

#BA9445 (or 0xBA9445) is unknown color: approx Roti. HEX triplet: BA, 94 and 45. RGB value is (186,148,69). Sum of RGB (Red+Green+Blue) = 186+148+69=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9445 is #456BBA. Grayscale: #969696. Windows color (decimal): -4549563 or 4560058. OLE color: 4560058.

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

Color convert

RGB18614869-
CMYK00.200.630.27
HSL40.51º45.88%50%-
HSV(B)40.51º62.9%72.94%-
XYZ31.9132.0510.13-
YUV150.3682.09153.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=46.15%
G=36.72%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861486900.200.630.2740.5145.8850
HexBA94450143F1B292e32
Octal2722241050247733515662
Binary1011101010010100100010101010011111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9445; }

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

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

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

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

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

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

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

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