Html Css Color HEX #BA875C Twine

📋 copy color: '#BA875C'

red 186 ◦ green 135 ◦ blue 92

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

Shades of Twine #BA875C

Tints of Twine #BA875C

RGB

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

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

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

R = 45.04%
G = 32.69%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA875C (or 0xBA875C) is known color: Twine. HEX triplet: BA, 87 and 5C. RGB value is (186,135,92). Sum of RGB (Red+Green+Blue) = 186+135+92=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875C is #4578A3. Grayscale: #919191. Windows color (decimal): -4552868 or 6064058. OLE color: 6064058.

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

Color convert

RGB 186 135 92 -
CMYK 0 0.27 0.51 0.27
HSL 27.45º 0.41% 0.55% -
HSV(B) 27.45º 0.51% 0.73% -
XYZ 30.85 28.54 14.01 -
YUV 145.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 186 135 92 0 0.27 0.51 0.27 27.45 0.41 0.55
Hex BA 87 5C 0 1B 33 1B 1B 29 37
Octal 272 207 134 0 33 63 33 33 51 67
Binary 10111010 10000111 1011100 0 11011 110011 11011 11011 101001 110111

Color Harmonies of #BA875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA875C

Black with #BA875C

Text Example


Text Example

White with #BA875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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