Html Css Color HEX #BA8958 Twine

📋 copy color: '#BA8958'

red 186 ◦ green 137 ◦ blue 88

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

Shades of Twine #BA8958

Tints of Twine #BA8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

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

R = 45.26%
G = 33.33%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8958 (or 0xBA8958) is known color: Twine. HEX triplet: BA, 89 and 58. RGB value is (186,137,88). Sum of RGB (Red+Green+Blue) = 186+137+88=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8958 is #4576A7. Grayscale: #929292. Windows color (decimal): -4552360 or 5802426. OLE color: 5802426.

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

Color convert

RGB 186 137 88 -
CMYK 0 0.26 0.53 0.27
HSL 30º 0.42% 0.54% -
HSV(B) 30º 0.53% 0.73% -
XYZ 30.96 29.04 13.21 -
YUV 146.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 186 137 88 0 0.26 0.53 0.27 30 0.42 0.54
Hex BA 89 58 0 1A 35 1B 1E 2A 36
Octal 272 211 130 0 32 65 33 36 52 66
Binary 10111010 10001001 1011000 0 11010 110101 11011 11110 101010 110110

Color Harmonies of #BA8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8958

Black with #BA8958

Text Example


Text Example

White with #BA8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8958; }

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

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

background-color css

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

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

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

border-color css

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

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

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