#BA9254

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

Shades of Twine #BA9254

Tints of Twine #BA9254

Color information

#BA9254 (or 0xBA9254) is unknown color: approx Twine. HEX triplet: BA, 92 and 54. RGB value is (186,146,84). Sum of RGB (Red+Green+Blue) = 186+146+84=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9254 is #456DAB. Grayscale: #979797. Windows color (decimal): -4550060 or 5542586. OLE color: 5542586.

HSL color Cylindrical-coordinate representation of color #BA9254: hue angle of 36.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9254 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18614684-
CMYK00.220.550.27
HSL36.47º42.5%52.94%-
HSV(B)36.47º54.84%72.94%-
XYZ32.1331.6412.8-
YUV150.8990.25153.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=44.71%
G=35.10%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861468400.220.550.2736.4742.552.94
HexBA9254016371B242a35
Octal2722221240266733445265
Binary1011101010010010101010001011011011111011100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9254; }

 p { color: rgb(186,146,84); }

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

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

 a { background-color: rgb(186,146,84); }

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

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

 span { border-color: rgb(186,146,84); }

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