Html Css Color HEX #BA8554 Twine

📋 copy color: '#BA8554'

red 186 ◦ green 133 ◦ blue 84

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

Shades of Twine #BA8554

Tints of Twine #BA8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 46.15%
G = 33%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA8554 (or 0xBA8554) is known color: Twine. HEX triplet: BA, 85 and 54. RGB value is (186,133,84). Sum of RGB (Red+Green+Blue) = 186+133+84=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8554 is #457AAB. Grayscale: #8F8F8F. Windows color (decimal): -4553388 or 5539258. OLE color: 5539258.

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

Color convert

RGB 186 133 84 -
CMYK 0 0.28 0.55 0.27
HSL 28.82º 0.43% 0.53% -
HSV(B) 28.82º 0.55% 0.73% -
XYZ 30.24 27.85 12.17 -
YUV 143.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 186 133 84 0 0.28 0.55 0.27 28.82 0.43 0.53
Hex BA 85 54 0 1C 37 1B 1D 2A 35
Octal 272 205 124 0 34 67 33 35 52 65
Binary 10111010 10000101 1010100 0 11100 110111 11011 11101 101010 110101

Color Harmonies of #BA8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8554

Black with #BA8554

Text Example


Text Example

White with #BA8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8554; }

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

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

background-color css

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

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

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

border-color css

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

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

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