#BA8252

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

Shades of Twine #BA8252

Tints of Twine #BA8252

Color information

#BA8252 (or 0xBA8252) is unknown color: approx Twine. HEX triplet: BA, 82 and 52. RGB value is (186,130,82). Sum of RGB (Red+Green+Blue) = 186+130+82=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8252 is #457DAD. Grayscale: #8D8D8D. Windows color (decimal): -4554158 or 5407418. OLE color: 5407418.

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

Color convert

RGB18613082-
CMYK00.300.560.27
HSL27.69º42.98%52.55%-
HSV(B)27.69º55.91%72.94%-
XYZ29.7627.0111.63-
YUV141.2794.55159.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=46.73%
G=32.66%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861308200.300.560.2727.6942.9852.55
HexBA825201E381B1c2b35
Octal2722021220367033345365
Binary101110101000001010100100111101110001101111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8252; }

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

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

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

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

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

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

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

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