#BA9940

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

Shades of Roti #BA9940

Tints of Roti #BA9940

Color information

#BA9940 (or 0xBA9940) is unknown color: approx Roti. HEX triplet: BA, 99 and 40. RGB value is (186,153,64). Sum of RGB (Red+Green+Blue) = 186+153+64=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9940 is #4566BF. Grayscale: #999999. Windows color (decimal): -4548288 or 4233658. OLE color: 4233658.

HSL color Cylindrical-coordinate representation of color #BA9940: hue angle of 43.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA9940 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18615364-
CMYK00.180.660.27
HSL43.77º48.8%49.02%-
HSV(B)43.77º65.59%72.94%-
XYZ32.5733.599.62-
YUV152.7277.93151.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=46.15%
G=37.97%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861536400.180.660.2743.7748.849.02
HexBA9940012421B2c3131
Octal27223110002210233546161
Binary10111010100110011000000010010100001011011101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9940; }

 p { color: rgb(186,153,64); }

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

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

 a { background-color: rgb(186,153,64); }

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

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

 span { border-color: rgb(186,153,64); }

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