#BA845C

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

Shades of Twine #BA845C

Tints of Twine #BA845C

Color information

#BA845C (or 0xBA845C) is unknown color: approx Twine. HEX triplet: BA, 84 and 5C. RGB value is (186,132,92). Sum of RGB (Red+Green+Blue) = 186+132+92=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845C is #457BA3. Grayscale: #8F8F8F. Windows color (decimal): -4553636 or 6063290. OLE color: 6063290.

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

Color convert

RGB18613292-
CMYK00.290.510.27
HSL25.53º40.52%54.51%-
HSV(B)25.53º50.54%72.94%-
XYZ30.4327.7113.87-
YUV143.5998.89158.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=45.37%
G=32.20%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861329200.290.510.2725.5340.5254.51
HexBA845C01D331B1a2937
Octal2722041340356333325167
Binary101110101000010010111000111011100111101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA845C; }

 p { color: rgb(186,132,92); }

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

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

 a { background-color: rgb(186,132,92); }

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

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

 span { border-color: rgb(186,132,92); }

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