Html Css Color HEX #BA885B Twine

📋 copy color: '#BA885B'

red 186 ◦ green 136 ◦ blue 91

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

Shades of Twine #BA885B

Tints of Twine #BA885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 45.04%
G = 32.93%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA885B (or 0xBA885B) is known color: Twine. HEX triplet: BA, 88 and 5B. RGB value is (186,136,91). Sum of RGB (Red+Green+Blue) = 186+136+91=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885B is #4577A4. Grayscale: #929292. Windows color (decimal): -4552613 or 5998778. OLE color: 5998778.

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

Color convert

RGB 186 136 91 -
CMYK 0 0.27 0.51 0.27
HSL 28.42º 0.41% 0.54% -
HSV(B) 28.42º 0.51% 0.73% -
XYZ 30.94 28.8 13.83 -
YUV 145.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 186 136 91 0 0.27 0.51 0.27 28.42 0.41 0.54
Hex BA 88 5B 0 1B 33 1B 1C 29 36
Octal 272 210 133 0 33 63 33 34 51 66
Binary 10111010 10001000 1011011 0 11011 110011 11011 11100 101001 110110

Color Harmonies of #BA885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA885B

Black with #BA885B

Text Example


Text Example

White with #BA885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA885B; }

 p { color: rgb(186,136,91); }

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

background-color css

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

 a { background-color: rgb(186,136,91); }

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

border-color css

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

 span { border-color: rgb(186,136,91); }

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