Html Css Color HEX #BA8A54 Twine

📋 copy color: '#BA8A54'

red 186 ◦ green 138 ◦ blue 84

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

Shades of Twine #BA8A54

Tints of Twine #BA8A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 84 (33.2% from 255) = 20.59%

R = 45.59%
G = 33.82%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA8A54 (or 0xBA8A54) is known color: Twine. HEX triplet: BA, 8A and 54. RGB value is (186,138,84). Sum of RGB (Red+Green+Blue) = 186+138+84=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A54 is #4575AB. Grayscale: #929292. Windows color (decimal): -4552108 or 5540538. OLE color: 5540538.

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

Color convert

RGB 186 138 84 -
CMYK 0 0.26 0.55 0.27
HSL 31.76º 0.43% 0.53% -
HSV(B) 31.76º 0.55% 0.73% -
XYZ 30.94 29.26 12.4 -
YUV 146.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 186 138 84 0 0.26 0.55 0.27 31.76 0.43 0.53
Hex BA 8A 54 0 1A 37 1B 20 2A 35
Octal 272 212 124 0 32 67 33 40 52 65
Binary 10111010 10001010 1010100 0 11010 110111 11011 100000 101010 110101

Color Harmonies of #BA8A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A54

Black with #BA8A54

Text Example


Text Example

White with #BA8A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A54; }

 p { color: rgb(186,138,84); }

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

background-color css

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

 a { background-color: rgb(186,138,84); }

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

border-color css

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

 span { border-color: rgb(186,138,84); }

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