#BA9F3F

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

Shades of Roti #BA9F3F

Tints of Roti #BA9F3F

Color information

#BA9F3F (or 0xBA9F3F) is unknown color: approx Roti. HEX triplet: BA, 9F and 3F. RGB value is (186,159,63). Sum of RGB (Red+Green+Blue) = 186+159+63=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F3F is #4560C0. Grayscale: #9C9C9C. Windows color (decimal): -4546753 or 4169658. OLE color: 4169658.

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

Color convert

RGB18615963-
CMYK00.150.660.27
HSL46.83º49.4%48.82%-
HSV(B)46.83º66.13%72.94%-
XYZ33.5535.599.8-
YUV156.1375.45149.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 63 (25% from 255) = 15.44%
R=45.59%
G=38.97%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861596300.150.660.2746.8349.448.82
HexBA9F3F0F421B2f3131
Octal2722377701710233576161
Binary101110101001111111111101111100001011011101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F3F; }

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

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

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

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

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

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

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

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