Html Css Color HEX #BA845C Twine

📋 copy color: '#BA845C'

red 186 ◦ green 132 ◦ blue 92

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

Shades of Twine #BA845C

Tints of Twine #BA845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 45.37%
G = 32.2%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA845C (or 0xBA845C) is known color: Twine. HEX triplet: BA, 84 and 5C. RGB value is (186,132,92). Sum of RGB (Red+Green+Blue) = 186+132+92=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845C is #457BA3. Grayscale: #8F8F8F. Windows color (decimal): -4553636 or 6063290. OLE color: 6063290.

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

Color convert

RGB 186 132 92 -
CMYK 0 0.29 0.51 0.27
HSL 25.53º 0.41% 0.55% -
HSV(B) 25.53º 0.51% 0.73% -
XYZ 30.43 27.71 13.87 -
YUV 143.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 186 132 92 0 0.29 0.51 0.27 25.53 0.41 0.55
Hex BA 84 5C 0 1D 33 1B 1A 29 37
Octal 272 204 134 0 35 63 33 32 51 67
Binary 10111010 10000100 1011100 0 11101 110011 11011 11010 101001 110111

Color Harmonies of #BA845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA845C

Black with #BA845C

Text Example


Text Example

White with #BA845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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