Html Css Color HEX #BA875A Twine

📋 copy color: '#BA875A'

red 186 ◦ green 135 ◦ blue 90

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

Shades of Twine #BA875A

Tints of Twine #BA875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 45.26%
G = 32.85%
B = 21.9%

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

#BA875A (or 0xBA875A) is known color: Twine. HEX triplet: BA, 87 and 5A. RGB value is (186,135,90). Sum of RGB (Red+Green+Blue) = 186+135+90=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875A is #4578A5. Grayscale: #919191. Windows color (decimal): -4552870 or 5932986. OLE color: 5932986.

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

Color convert

RGB 186 135 90 -
CMYK 0 0.27 0.52 0.27
HSL 28.13º 0.41% 0.54% -
HSV(B) 28.13º 0.52% 0.73% -
XYZ 30.76 28.51 13.55 -
YUV 145.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 186 135 90 0 0.27 0.52 0.27 28.13 0.41 0.54
Hex BA 87 5A 0 1B 34 1B 1C 29 36
Octal 272 207 132 0 33 64 33 34 51 66
Binary 10111010 10000111 1011010 0 11011 110100 11011 11100 101001 110110

Color Harmonies of #BA875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA875A

Black with #BA875A

Text Example


Text Example

White with #BA875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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