Html Css Color HEX #BA8855 Twine

📋 copy color: '#BA8855'

red 186 ◦ green 136 ◦ blue 85

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

Shades of Twine #BA8855

Tints of Twine #BA8855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.88%

R = 45.7%
G = 33.42%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA8855 (or 0xBA8855) is known color: Twine. HEX triplet: BA, 88 and 55. RGB value is (186,136,85). Sum of RGB (Red+Green+Blue) = 186+136+85=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8855 is #4577AA. Grayscale: #919191. Windows color (decimal): -4552619 or 5605562. OLE color: 5605562.

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

Color convert

RGB 186 136 85 -
CMYK 0 0.27 0.54 0.27
HSL 30.3º 0.42% 0.53% -
HSV(B) 30.3º 0.54% 0.73% -
XYZ 30.69 28.7 12.52 -
YUV 145.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 186 136 85 0 0.27 0.54 0.27 30.3 0.42 0.53
Hex BA 88 55 0 1B 36 1B 1E 2A 35
Octal 272 210 125 0 33 66 33 36 52 65
Binary 10111010 10001000 1010101 0 11011 110110 11011 11110 101010 110101

Color Harmonies of #BA8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8855

Black with #BA8855

Text Example


Text Example

White with #BA8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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