Html Css Color HEX #BA8956 Twine

📋 copy color: '#BA8956'

red 186 ◦ green 137 ◦ blue 86

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

Shades of Twine #BA8956

Tints of Twine #BA8956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 45.48%
G = 33.5%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA8956 (or 0xBA8956) is known color: Twine. HEX triplet: BA, 89 and 56. RGB value is (186,137,86). Sum of RGB (Red+Green+Blue) = 186+137+86=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8956 is #4576A9. Grayscale: #929292. Windows color (decimal): -4552362 or 5671354. OLE color: 5671354.

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

Color convert

RGB 186 137 86 -
CMYK 0 0.26 0.54 0.27
HSL 30.6º 0.42% 0.53% -
HSV(B) 30.6º 0.54% 0.73% -
XYZ 30.88 29 12.77 -
YUV 145.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 186 137 86 0 0.26 0.54 0.27 30.6 0.42 0.53
Hex BA 89 56 0 1A 36 1B 1F 2A 35
Octal 272 211 126 0 32 66 33 37 52 65
Binary 10111010 10001001 1010110 0 11010 110110 11011 11111 101010 110101

Color Harmonies of #BA8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8956

Black with #BA8956

Text Example


Text Example

White with #BA8956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8956; }

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

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

background-color css

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

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

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

border-color css

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

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

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