Html Css Color HEX #BA845A Twine

📋 copy color: '#BA845A'

red 186 ◦ green 132 ◦ blue 90

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

Shades of Twine #BA845A

Tints of Twine #BA845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 45.59%
G = 32.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA845A (or 0xBA845A) is known color: Twine. HEX triplet: BA, 84 and 5A. RGB value is (186,132,90). Sum of RGB (Red+Green+Blue) = 186+132+90=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845A is #457BA5. Grayscale: #8F8F8F. Windows color (decimal): -4553638 or 5932218. OLE color: 5932218.

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

Color convert

RGB 186 132 90 -
CMYK 0 0.29 0.52 0.27
HSL 26.25º 0.41% 0.54% -
HSV(B) 26.25º 0.52% 0.73% -
XYZ 30.35 27.68 13.42 -
YUV 143.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 186 132 90 0 0.29 0.52 0.27 26.25 0.41 0.54
Hex BA 84 5A 0 1D 34 1B 1A 29 36
Octal 272 204 132 0 35 64 33 32 51 66
Binary 10111010 10000100 1011010 0 11101 110100 11011 11010 101001 110110

Color Harmonies of #BA845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA845A

Black with #BA845A

Text Example


Text Example

White with #BA845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA845A; }

 p { color: rgb(186,132,90); }

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

background-color css

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

 a { background-color: rgb(186,132,90); }

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

border-color css

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

 span { border-color: rgb(186,132,90); }

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