#ba825b

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

Shades of Twine #BA825B

Tints of Twine #BA825B

Color information

#BA825B (or 0xBA825B) is unknown color: approx Twine. HEX triplet: BA, 82 and 5B. RGB value is (186,130,91). Sum of RGB (Red+Green+Blue) = 186+130+91=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825B is #457DA4. Grayscale: #8E8E8E. Windows color (decimal): -4554149 or 5997242. OLE color: 5997242.

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

Color convert

RGB18613091-
CMYK00.300.510.27
HSL24.63º40.77%54.31%-
HSV(B)24.63º51.08%72.94%-
XYZ30.1227.1613.55-
YUV142.399.05159.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=45.70%
G=31.94%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309100.300.510.2724.6340.7754.31
HexBA825B01E331B192936
Octal2722021330366333315166
Binary101110101000001010110110111101100111101111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba825b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba825b; }

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

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

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

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

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

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

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

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