#BA9C3F

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

Shades of Roti #BA9C3F

Tints of Roti #BA9C3F

Color information

#BA9C3F (or 0xBA9C3F) is unknown color: approx Roti. HEX triplet: BA, 9C and 3F. RGB value is (186,156,63). Sum of RGB (Red+Green+Blue) = 186+156+63=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C3F is #4563C0. Grayscale: #9A9A9A. Windows color (decimal): -4547521 or 4168890. OLE color: 4168890.

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

Color convert

RGB18615663-
CMYK00.160.660.27
HSL45.37º49.4%48.82%-
HSV(B)45.37º66.13%72.94%-
XYZ33.0434.579.64-
YUV154.3776.44150.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 63 (25% from 255) = 15.56%
R=45.93%
G=38.52%
B=15.56%

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
Decimal1861566300.160.660.2745.3749.448.82
HexBA9C3F010421B2d3131
Octal2722347702010233556161
Binary1011101010011100111111010000100001011011101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C3F; }

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

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

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

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

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

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

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

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