Html Css Color HEX #BA8D55 Twine

📋 copy color: '#BA8D55'

red 186 ◦ green 141 ◦ blue 85

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

Shades of Twine #BA8D55

Tints of Twine #BA8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 45.15%
G = 34.22%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA8D55 (or 0xBA8D55) is known color: Twine. HEX triplet: BA, 8D and 55. RGB value is (186,141,85). Sum of RGB (Red+Green+Blue) = 186+141+85=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D55 is #4572AA. Grayscale: #949494. Windows color (decimal): -4551339 or 5606842. OLE color: 5606842.

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

Color convert

RGB 186 141 85 -
CMYK 0 0.24 0.54 0.27
HSL 33.27º 0.42% 0.53% -
HSV(B) 33.27º 0.54% 0.73% -
XYZ 31.41 30.14 12.76 -
YUV 148.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 186 141 85 0 0.24 0.54 0.27 33.27 0.42 0.53
Hex BA 8D 55 0 18 36 1B 21 2A 35
Octal 272 215 125 0 30 66 33 41 52 65
Binary 10111010 10001101 1010101 0 11000 110110 11011 100001 101010 110101

Color Harmonies of #BA8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D55

Black with #BA8D55

Text Example


Text Example

White with #BA8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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