#BA9340

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

Shades of Roti #BA9340

Tints of Roti #BA9340

Color information

#BA9340 (or 0xBA9340) is unknown color: approx Roti. HEX triplet: BA, 93 and 40. RGB value is (186,147,64). Sum of RGB (Red+Green+Blue) = 186+147+64=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9340 is #456CBF. Grayscale: #959595. Windows color (decimal): -4549824 or 4232122. OLE color: 4232122.

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

Color convert

RGB18614764-
CMYK00.210.660.27
HSL40.82º48.8%49.02%-
HSV(B)40.82º65.59%72.94%-
XYZ31.6131.689.3-
YUV149.279.92154.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=46.85%
G=37.03%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861476400.210.660.2740.8248.849.02
HexBA9340015421B293131
Octal27222310002510233516161
Binary10111010100100111000000010101100001011011101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9340; }

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

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

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

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

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

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

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

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