Html Css Color HEX #BA8761 Twine

📋 copy color: '#BA8761'

red 186 ◦ green 135 ◦ blue 97

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

Shades of Twine #BA8761

Tints of Twine #BA8761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 44.5%
G = 32.3%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8761 (or 0xBA8761) is known color: Twine. HEX triplet: BA, 87 and 61. RGB value is (186,135,97). Sum of RGB (Red+Green+Blue) = 186+135+97=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8761 is #45789E. Grayscale: #929292. Windows color (decimal): -4552863 or 6391738. OLE color: 6391738.

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

Color convert

RGB 186 135 97 -
CMYK 0 0.27 0.48 0.27
HSL 25.62º 0.39% 0.55% -
HSV(B) 25.62º 0.48% 0.73% -
XYZ 31.07 28.63 15.2 -
YUV 145.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 186 135 97 0 0.27 0.48 0.27 25.62 0.39 0.55
Hex BA 87 61 0 1B 30 1B 1A 27 37
Octal 272 207 141 0 33 60 33 32 47 67
Binary 10111010 10000111 1100001 0 11011 110000 11011 11010 100111 110111

Color Harmonies of #BA8761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8761

Black with #BA8761

Text Example


Text Example

White with #BA8761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8761; }

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

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

background-color css

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

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

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

border-color css

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

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

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