Html Css Color HEX #BA8D58 Twine

📋 copy color: '#BA8D58'

red 186 ◦ green 141 ◦ blue 88

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

Shades of Twine #BA8D58

Tints of Twine #BA8D58

RGB

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

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

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

R = 44.82%
G = 33.98%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8D58 (or 0xBA8D58) is known color: Twine. HEX triplet: BA, 8D and 58. RGB value is (186,141,88). Sum of RGB (Red+Green+Blue) = 186+141+88=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D58 is #4572A7. Grayscale: #949494. Windows color (decimal): -4551336 or 5803450. OLE color: 5803450.

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

Color convert

RGB 186 141 88 -
CMYK 0 0.24 0.53 0.27
HSL 32.45º 0.42% 0.54% -
HSV(B) 32.45º 0.53% 0.73% -
XYZ 31.54 30.19 13.4 -
YUV 148.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 186 141 88 0 0.24 0.53 0.27 32.45 0.42 0.54
Hex BA 8D 58 0 18 35 1B 20 2A 36
Octal 272 215 130 0 30 65 33 40 52 66
Binary 10111010 10001101 1011000 0 11000 110101 11011 100000 101010 110110

Color Harmonies of #BA8D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D58

Black with #BA8D58

Text Example


Text Example

White with #BA8D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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