Html Css Color HEX #BA855B Twine

📋 copy color: '#BA855B'

red 186 ◦ green 133 ◦ blue 91

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

Shades of Twine #BA855B

Tints of Twine #BA855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

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

R = 45.37%
G = 32.44%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA855B (or 0xBA855B) is known color: Twine. HEX triplet: BA, 85 and 5B. RGB value is (186,133,91). Sum of RGB (Red+Green+Blue) = 186+133+91=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA855B is #457AA4. Grayscale: #909090. Windows color (decimal): -4553381 or 5998010. OLE color: 5998010.

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

Color convert

RGB 186 133 91 -
CMYK 0 0.28 0.51 0.27
HSL 26.53º 0.41% 0.54% -
HSV(B) 26.53º 0.51% 0.73% -
XYZ 30.53 27.97 13.69 -
YUV 144.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 186 133 91 0 0.28 0.51 0.27 26.53 0.41 0.54
Hex BA 85 5B 0 1C 33 1B 1B 29 36
Octal 272 205 133 0 34 63 33 33 51 66
Binary 10111010 10000101 1011011 0 11100 110011 11011 11011 101001 110110

Color Harmonies of #BA855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA855B

Black with #BA855B

Text Example


Text Example

White with #BA855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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