Html Css Color HEX #BA885A Twine

📋 copy color: '#BA885A'

red 186 ◦ green 136 ◦ blue 90

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

Shades of Twine #BA885A

Tints of Twine #BA885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

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

R = 45.15%
G = 33.01%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA885A (or 0xBA885A) is known color: Twine. HEX triplet: BA, 88 and 5A. RGB value is (186,136,90). Sum of RGB (Red+Green+Blue) = 186+136+90=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885A is #4577A5. Grayscale: #919191. Windows color (decimal): -4552614 or 5933242. OLE color: 5933242.

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

Color convert

RGB 186 136 90 -
CMYK 0 0.27 0.52 0.27
HSL 28.75º 0.41% 0.54% -
HSV(B) 28.75º 0.52% 0.73% -
XYZ 30.9 28.79 13.6 -
YUV 145.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 186 136 90 0 0.27 0.52 0.27 28.75 0.41 0.54
Hex BA 88 5A 0 1B 34 1B 1D 29 36
Octal 272 210 132 0 33 64 33 35 51 66
Binary 10111010 10001000 1011010 0 11011 110100 11011 11101 101001 110110

Color Harmonies of #BA885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA885A

Black with #BA885A

Text Example


Text Example

White with #BA885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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