#BA9253

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

Shades of Twine #BA9253

Tints of Twine #BA9253

Color information

#BA9253 (or 0xBA9253) is unknown color: approx Twine. HEX triplet: BA, 92 and 53. RGB value is (186,146,83). Sum of RGB (Red+Green+Blue) = 186+146+83=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9253 is #456DAC. Grayscale: #979797. Windows color (decimal): -4550061 or 5477050. OLE color: 5477050.

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

Color convert

RGB18614683-
CMYK00.220.550.27
HSL36.7º42.74%52.75%-
HSV(B)36.7º55.38%72.94%-
XYZ32.0931.6212.6-
YUV150.7889.75153.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 83 (32.81% from 255) = 20%
R=44.82%
G=35.18%
B=20%

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
Decimal1861468300.220.550.2736.742.7452.75
HexBA9253016371B252b35
Octal2722221230266733455365
Binary1011101010010010101001101011011011111011100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9253; }

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

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

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

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

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

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

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

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