Html Css Color HEX #BA8D5B Twine

📋 copy color: '#BA8D5B'

red 186 ◦ green 141 ◦ blue 91

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

Shades of Twine #BA8D5B

Tints of Twine #BA8D5B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 44.5%
G = 33.73%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA8D5B (or 0xBA8D5B) is known color: Twine. HEX triplet: BA, 8D and 5B. RGB value is (186,141,91). Sum of RGB (Red+Green+Blue) = 186+141+91=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D5B is #4572A4. Grayscale: #959595. Windows color (decimal): -4551333 or 6000058. OLE color: 6000058.

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

Color convert

RGB 186 141 91 -
CMYK 0 0.24 0.51 0.27
HSL 31.58º 0.41% 0.54% -
HSV(B) 31.58º 0.51% 0.73% -
XYZ 31.66 30.24 14.07 -
YUV 148.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 186 141 91 0 0.24 0.51 0.27 31.58 0.41 0.54
Hex BA 8D 5B 0 18 33 1B 20 29 36
Octal 272 215 133 0 30 63 33 40 51 66
Binary 10111010 10001101 1011011 0 11000 110011 11011 100000 101001 110110

Color Harmonies of #BA8D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D5B

Black with #BA8D5B

Text Example


Text Example

White with #BA8D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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