#BA825C

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

Shades of Twine #BA825C

Tints of Twine #BA825C

Color information

#BA825C (or 0xBA825C) is unknown color: approx Twine. HEX triplet: BA, 82 and 5C. RGB value is (186,130,92). Sum of RGB (Red+Green+Blue) = 186+130+92=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825C is #457DA3. Grayscale: #8E8E8E. Windows color (decimal): -4554148 or 6062778. OLE color: 6062778.

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

Color convert

RGB18613092-
CMYK00.300.510.27
HSL24.26º40.52%54.51%-
HSV(B)24.26º50.54%72.94%-
XYZ30.1627.1813.78-
YUV142.4199.55159.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=45.59%
G=31.86%
B=22.55%

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
Decimal1861309200.300.510.2724.2640.5254.51
HexBA825C01E331B182937
Octal2722021340366333305167
Binary101110101000001010111000111101100111101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA825C; }

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

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

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

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

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

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

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

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