Html Css Color HEX #BA855D Twine

📋 copy color: '#BA855D'

red 186 ◦ green 133 ◦ blue 93

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

Shades of Twine #BA855D

Tints of Twine #BA855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 45.15%
G = 32.28%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA855D (or 0xBA855D) is known color: Twine. HEX triplet: BA, 85 and 5D. RGB value is (186,133,93). Sum of RGB (Red+Green+Blue) = 186+133+93=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA855D is #457AA2. Grayscale: #909090. Windows color (decimal): -4553379 or 6129082. OLE color: 6129082.

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

Color convert

RGB 186 133 93 -
CMYK 0 0.28 0.5 0.27
HSL 25.81º 0.4% 0.55% -
HSV(B) 25.81º 0.5% 0.73% -
XYZ 30.61 28 14.15 -
YUV 144.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 186 133 93 0 0.28 0.5 0.27 25.81 0.4 0.55
Hex BA 85 5D 0 1C 32 1B 1A 28 37
Octal 272 205 135 0 34 62 33 32 50 67
Binary 10111010 10000101 1011101 0 11100 110010 11011 11010 101000 110111

Color Harmonies of #BA855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA855D

Black with #BA855D

Text Example


Text Example

White with #BA855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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