Html Css Color HEX #BA8B5E Twine

📋 copy color: '#BA8B5E'

red 186 ◦ green 139 ◦ blue 94

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

Shades of Twine #BA8B5E

Tints of Twine #BA8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 44.39%
G = 33.17%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA8B5E (or 0xBA8B5E) is known color: Twine. HEX triplet: BA, 8B and 5E. RGB value is (186,139,94). Sum of RGB (Red+Green+Blue) = 186+139+94=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B5E is #4574A1. Grayscale: #949494. Windows color (decimal): -4551842 or 6196154. OLE color: 6196154.

HSL color Cylindrical-coordinate representation of color #BA8B5E: hue angle of 29.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA8B5E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 94 -
CMYK 0 0.25 0.49 0.27
HSL 29.35º 0.4% 0.55% -
HSV(B) 29.35º 0.49% 0.73% -
XYZ 31.5 29.71 14.66 -
YUV 147.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 186 139 94 0 0.25 0.49 0.27 29.35 0.4 0.55
Hex BA 8B 5E 0 19 31 1B 1D 28 37
Octal 272 213 136 0 31 61 33 35 50 67
Binary 10111010 10001011 1011110 0 11001 110001 11011 11101 101000 110111

Color Harmonies of #BA8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B5E

Black with #BA8B5E

Text Example


Text Example

White with #BA8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B5E; }

 p { color: rgb(186,139,94); }

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

background-color css

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

 a { background-color: rgb(186,139,94); }

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

border-color css

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

 span { border-color: rgb(186,139,94); }

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