#BA9F41

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

Shades of Roti #BA9F41

Tints of Roti #BA9F41

Color information

#BA9F41 (or 0xBA9F41) is unknown color: approx Roti. HEX triplet: BA, 9F and 41. RGB value is (186,159,65). Sum of RGB (Red+Green+Blue) = 186+159+65=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F41 is #4560BE. Grayscale: #9C9C9C. Windows color (decimal): -4546751 or 4300730. OLE color: 4300730.

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

Color convert

RGB18615965-
CMYK00.150.650.27
HSL46.61º48.21%49.22%-
HSV(B)46.61º65.05%72.94%-
XYZ33.635.6210.1-
YUV156.3676.45149.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=45.37%
G=38.78%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861596500.150.650.2746.6148.2149.22
HexBA9F410F411B2f3031
Octal27223710101710133576061
Binary1011101010011111100000101111100000111011101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F41; }

 p { color: rgb(186,159,65); }

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

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

 a { background-color: rgb(186,159,65); }

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

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

 span { border-color: rgb(186,159,65); }

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