Html Css Color HEX #BA8158 Twine

📋 copy color: '#BA8158'

red 186 ◦ green 129 ◦ blue 88

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

Shades of Twine #BA8158

Tints of Twine #BA8158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 46.15%
G = 32.01%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8158 (or 0xBA8158) is known color: Twine. HEX triplet: BA, 81 and 58. RGB value is (186,129,88). Sum of RGB (Red+Green+Blue) = 186+129+88=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8158 is #457EA7. Grayscale: #8D8D8D. Windows color (decimal): -4554408 or 5800378. OLE color: 5800378.

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

Color convert

RGB 186 129 88 -
CMYK 0 0.31 0.53 0.27
HSL 25.1º 0.42% 0.54% -
HSV(B) 25.1º 0.53% 0.73% -
XYZ 29.86 26.84 12.84 -
YUV 141.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 186 129 88 0 0.31 0.53 0.27 25.1 0.42 0.54
Hex BA 81 58 0 1F 35 1B 19 2A 36
Octal 272 201 130 0 37 65 33 31 52 66
Binary 10111010 10000001 1011000 0 11111 110101 11011 11001 101010 110110

Color Harmonies of #BA8158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8158

Black with #BA8158

Text Example


Text Example

White with #BA8158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8158; }

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

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

background-color css

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

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

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

border-color css

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

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

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