Html Css Color HEX #BA8558 Twine

📋 copy color: '#BA8558'

red 186 ◦ green 133 ◦ blue 88

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

Shades of Twine #BA8558

Tints of Twine #BA8558

RGB

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

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

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

R = 45.7%
G = 32.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8558 (or 0xBA8558) is known color: Twine. HEX triplet: BA, 85 and 58. RGB value is (186,133,88). Sum of RGB (Red+Green+Blue) = 186+133+88=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8558 is #457AA7. Grayscale: #8F8F8F. Windows color (decimal): -4553384 or 5801402. OLE color: 5801402.

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

Color convert

RGB 186 133 88 -
CMYK 0 0.28 0.53 0.27
HSL 27.55º 0.42% 0.54% -
HSV(B) 27.55º 0.53% 0.73% -
XYZ 30.4 27.92 13.02 -
YUV 143.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 186 133 88 0 0.28 0.53 0.27 27.55 0.42 0.54
Hex BA 85 58 0 1C 35 1B 1C 2A 36
Octal 272 205 130 0 34 65 33 34 52 66
Binary 10111010 10000101 1011000 0 11100 110101 11011 11100 101010 110110

Color Harmonies of #BA8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8558

Black with #BA8558

Text Example


Text Example

White with #BA8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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