Html Css Color HEX #BA8255 Twine

📋 copy color: '#BA8255'

red 186 ◦ green 130 ◦ blue 85

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

Shades of Twine #BA8255

Tints of Twine #BA8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 46.38%
G = 32.42%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA8255 (or 0xBA8255) is known color: Twine. HEX triplet: BA, 82 and 55. RGB value is (186,130,85). Sum of RGB (Red+Green+Blue) = 186+130+85=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8255 is #457DAA. Grayscale: #8D8D8D. Windows color (decimal): -4554155 or 5604026. OLE color: 5604026.

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

Color convert

RGB 186 130 85 -
CMYK 0 0.30 0.54 0.27
HSL 26.73º 0.42% 0.53% -
HSV(B) 26.73º 0.54% 0.73% -
XYZ 29.87 27.06 12.24 -
YUV 141.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 186 130 85 0 0.30 0.54 0.27 26.73 0.42 0.53
Hex BA 82 55 0 1E 36 1B 1B 2A 35
Octal 272 202 125 0 36 66 33 33 52 65
Binary 10111010 10000010 1010101 0 11110 110110 11011 11011 101010 110101

Color Harmonies of #BA8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8255

Black with #BA8255

Text Example


Text Example

White with #BA8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8255; }

 p { color: rgb(186,130,85); }

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

background-color css

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

 a { background-color: rgb(186,130,85); }

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

border-color css

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

 span { border-color: rgb(186,130,85); }

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