Html Css Color HEX #BA8259 Twine

📋 copy color: '#BA8259'

red 186 ◦ green 130 ◦ blue 89

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

Shades of Twine #BA8259

Tints of Twine #BA8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 45.93%
G = 32.1%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8259 (or 0xBA8259) is known color: Twine. HEX triplet: BA, 82 and 59. RGB value is (186,130,89). Sum of RGB (Red+Green+Blue) = 186+130+89=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8259 is #457DA6. Grayscale: #8E8E8E. Windows color (decimal): -4554151 or 5866170. OLE color: 5866170.

HSL color Cylindrical-coordinate representation of color #BA8259: hue angle of 25.36º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8259 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 89 -
CMYK 0 0.30 0.52 0.27
HSL 25.36º 0.41% 0.54% -
HSV(B) 25.36º 0.52% 0.73% -
XYZ 30.04 27.13 13.1 -
YUV 142.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 186 130 89 0 0.30 0.52 0.27 25.36 0.41 0.54
Hex BA 82 59 0 1E 34 1B 19 29 36
Octal 272 202 131 0 36 64 33 31 51 66
Binary 10111010 10000010 1011001 0 11110 110100 11011 11001 101001 110110

Color Harmonies of #BA8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8259

Black with #BA8259

Text Example


Text Example

White with #BA8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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