#BA9C40

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

Shades of Roti #BA9C40

Tints of Roti #BA9C40

Color information

#BA9C40 (or 0xBA9C40) is unknown color: approx Roti. HEX triplet: BA, 9C and 40. RGB value is (186,156,64). Sum of RGB (Red+Green+Blue) = 186+156+64=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C40 is #4563BF. Grayscale: #9A9A9A. Windows color (decimal): -4547520 or 4234426. OLE color: 4234426.

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

Color convert

RGB18615664-
CMYK00.160.660.27
HSL45.25º48.8%49.02%-
HSV(B)45.25º65.59%72.94%-
XYZ33.0634.599.78-
YUV154.4876.94150.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 64 (25.39% from 255) = 15.76%
R=45.81%
G=38.42%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861566400.160.660.2745.2548.849.02
HexBA9C40010421B2d3131
Octal27223410002010233556161
Binary10111010100111001000000010000100001011011101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C40; }

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

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

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

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

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

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

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

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