Html Css Color HEX #BA855C Twine

📋 copy color: '#BA855C'

red 186 ◦ green 133 ◦ blue 92

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

Shades of Twine #BA855C

Tints of Twine #BA855C

RGB

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

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

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

R = 45.26%
G = 32.36%
B = 22.38%

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

#BA855C (or 0xBA855C) is known color: Twine. HEX triplet: BA, 85 and 5C. RGB value is (186,133,92). Sum of RGB (Red+Green+Blue) = 186+133+92=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA855C is #457AA3. Grayscale: #909090. Windows color (decimal): -4553380 or 6063546. OLE color: 6063546.

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

Color convert

RGB 186 133 92 -
CMYK 0 0.28 0.51 0.27
HSL 26.17º 0.41% 0.55% -
HSV(B) 26.17º 0.51% 0.73% -
XYZ 30.57 27.99 13.92 -
YUV 144.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 186 133 92 0 0.28 0.51 0.27 26.17 0.41 0.55
Hex BA 85 5C 0 1C 33 1B 1A 29 37
Octal 272 205 134 0 34 63 33 32 51 67
Binary 10111010 10000101 1011100 0 11100 110011 11011 11010 101001 110111

Color Harmonies of #BA855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA855C

Black with #BA855C

Text Example


Text Example

White with #BA855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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