#BA825A

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

Shades of Twine #BA825A

Tints of Twine #BA825A

Color information

#BA825A (or 0xBA825A) is unknown color: approx Twine. HEX triplet: BA, 82 and 5A. RGB value is (186,130,90). Sum of RGB (Red+Green+Blue) = 186+130+90=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825A is #457DA5. Grayscale: #8E8E8E. Windows color (decimal): -4554150 or 5931706. OLE color: 5931706.

HSL color Cylindrical-coordinate representation of color #BA825A: hue angle of 25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA825A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18613090-
CMYK00.300.520.27
HSL25º41.03%54.12%-
HSV(B)25º51.61%72.94%-
XYZ30.0827.1413.33-
YUV142.1898.55159.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=45.81%
G=32.02%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309000.300.520.272541.0354.12
HexBA825A01E341B192936
Octal2722021320366433315166
Binary101110101000001010110100111101101001101111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA825A; }

 p { color: rgb(186,130,90); }

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

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

 a { background-color: rgb(186,130,90); }

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

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

 span { border-color: rgb(186,130,90); }

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