Html Css Color HEX #BA875F Twine

📋 copy color: '#BA875F'

red 186 ◦ green 135 ◦ blue 95

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

Shades of Twine #BA875F

Tints of Twine #BA875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 44.71%
G = 32.45%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA875F (or 0xBA875F) is known color: Twine. HEX triplet: BA, 87 and 5F. RGB value is (186,135,95). Sum of RGB (Red+Green+Blue) = 186+135+95=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875F is #4578A0. Grayscale: #919191. Windows color (decimal): -4552865 or 6260666. OLE color: 6260666.

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

Color convert

RGB 186 135 95 -
CMYK 0 0.27 0.49 0.27
HSL 26.37º 0.4% 0.55% -
HSV(B) 26.37º 0.49% 0.73% -
XYZ 30.98 28.59 14.71 -
YUV 145.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 186 135 95 0 0.27 0.49 0.27 26.37 0.4 0.55
Hex BA 87 5F 0 1B 31 1B 1A 28 37
Octal 272 207 137 0 33 61 33 32 50 67
Binary 10111010 10000111 1011111 0 11011 110001 11011 11010 101000 110111

Color Harmonies of #BA875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA875F

Black with #BA875F

Text Example


Text Example

White with #BA875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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