Html Css Color HEX #BA8858 Twine

📋 copy color: '#BA8858'

red 186 ◦ green 136 ◦ blue 88

#BA8858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BA8858

Tints of Twine #BA8858

RGB

 RED value IS 186 (73.05% from 255) = 45.37%

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 45.37%
G = 33.17%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8858 (or 0xBA8858) is known color: Twine. HEX triplet: BA, 88 and 58. RGB value is (186,136,88). Sum of RGB (Red+Green+Blue) = 186+136+88=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8858 is #4577A7. Grayscale: #919191. Windows color (decimal): -4552616 or 5802170. OLE color: 5802170.

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

Color convert

RGB 186 136 88 -
CMYK 0 0.27 0.53 0.27
HSL 29.39º 0.42% 0.54% -
HSV(B) 29.39º 0.53% 0.73% -
XYZ 30.82 28.75 13.16 -
YUV 145.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 186 136 88 0 0.27 0.53 0.27 29.39 0.42 0.54
Hex BA 88 58 0 1B 35 1B 1D 2A 36
Octal 272 210 130 0 33 65 33 35 52 66
Binary 10111010 10001000 1011000 0 11011 110101 11011 11101 101010 110110

Color Harmonies of #BA8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8858

Black with #BA8858

Text Example


Text Example

White with #BA8858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8858; }

 p { color: rgb(186,136,88); }

 H1.HeaderClassName
 {
   color: #BA8858;
 }
 .AnyTagClassName
 {
   color: #BA8858;
 }
</style>

background-color css

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

 a { background-color: rgb(186,136,88); }

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

border-color css

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

 span { border-color: rgb(186,136,88); }

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